1. Packages
  2. Intersight Provider
  3. API Docs
  4. getCondAlarm
intersight 1.0.74 published on Saturday, Dec 6, 2025 by ciscodevnet
intersight logo
intersight 1.0.74 published on Saturday, Dec 6, 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,
                       location_details: Optional[GetCondAlarmLocationDetails] = 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,
                       location_details: Optional[pulumi.Input[GetCondAlarmLocationDetailsArgs]] = 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:

    AccountMoid string
    The Account ID for this managed object.
    Acknowledge string
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    AcknowledgeBy string
    User who acknowledged the alarm.
    AcknowledgeTime string
    Time at which the alarm was acknowledged by the user.
    AdditionalProperties string
    AffectedMo GetCondAlarmAffectedMo
    AffectedMoDisplayName string
    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.
    AffectedMoId string
    MoId of the affected object from the managed system's point of view.
    AffectedMoType string
    Managed system affected object type. For example Adaptor, FI, CIMC.
    AffectedObject string
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    AlarmSummaryAggregators List<GetCondAlarmAlarmSummaryAggregator>
    AncestorMoId string
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    AncestorMoType string
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    Ancestors List<GetCondAlarmAncestor>
    ClassId string
    Code string
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    The time the alarm was created.
    Definition GetCondAlarmDefinition
    Description string
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Flapping string
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    FlappingCount double
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    FlappingStartTime string
    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
    LastTransitionTime string
    The time the alarm last had a change in severity.
    LocationDetails GetCondAlarmLocationDetails
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MsAffectedObject string
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    OrigSeverity string
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Owners List<string>
    Parent GetCondAlarmParent
    PermissionResources List<GetCondAlarmPermissionResource>
    RegisteredDevice GetCondAlarmRegisteredDevice
    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.
    SharedScope 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.
    Tags List<GetCondAlarmTag>
    VersionContext GetCondAlarmVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Acknowledge string
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    AcknowledgeBy string
    User who acknowledged the alarm.
    AcknowledgeTime string
    Time at which the alarm was acknowledged by the user.
    AdditionalProperties string
    AffectedMo GetCondAlarmAffectedMo
    AffectedMoDisplayName string
    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.
    AffectedMoId string
    MoId of the affected object from the managed system's point of view.
    AffectedMoType string
    Managed system affected object type. For example Adaptor, FI, CIMC.
    AffectedObject string
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    AlarmSummaryAggregators []GetCondAlarmAlarmSummaryAggregator
    AncestorMoId string
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    AncestorMoType string
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    Ancestors []GetCondAlarmAncestor
    ClassId string
    Code string
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    The time the alarm was created.
    Definition GetCondAlarmDefinition
    Description string
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Flapping string
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    FlappingCount float64
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    FlappingStartTime string
    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
    LastTransitionTime string
    The time the alarm last had a change in severity.
    LocationDetails GetCondAlarmLocationDetails
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MsAffectedObject string
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    OrigSeverity string
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Owners []string
    Parent GetCondAlarmParent
    PermissionResources []GetCondAlarmPermissionResource
    RegisteredDevice GetCondAlarmRegisteredDevice
    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.
    SharedScope 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.
    Tags []GetCondAlarmTag
    VersionContext GetCondAlarmVersionContext
    accountMoid String
    The Account ID for this managed object.
    acknowledge String
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    acknowledgeBy String
    User who acknowledged the alarm.
    acknowledgeTime String
    Time at which the alarm was acknowledged by the user.
    additionalProperties String
    affectedMo GetCondAlarmAffectedMo
    affectedMoDisplayName String
    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.
    affectedMoId String
    MoId of the affected object from the managed system's point of view.
    affectedMoType String
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affectedObject String
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarmSummaryAggregators List<GetCondAlarmAlarmSummaryAggregator>
    ancestorMoId String
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestorMoType String
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors List<GetCondAlarmAncestor>
    classId String
    code String
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    createTime String
    The time when this managed object was created.
    creationTime String
    The time the alarm was created.
    definition GetCondAlarmDefinition
    description String
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    flapping String
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    flappingCount Double
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    flappingStartTime String
    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
    lastTransitionTime String
    The time the alarm last had a change in severity.
    locationDetails GetCondAlarmLocationDetails
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    msAffectedObject String
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    origSeverity String
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    owners List<String>
    parent GetCondAlarmParent
    permissionResources List<GetCondAlarmPermissionResource>
    registeredDevice GetCondAlarmRegisteredDevice
    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.
    sharedScope 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.
    tags List<GetCondAlarmTag>
    versionContext GetCondAlarmVersionContext
    accountMoid string
    The Account ID for this managed object.
    acknowledge string
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    acknowledgeBy string
    User who acknowledged the alarm.
    acknowledgeTime string
    Time at which the alarm was acknowledged by the user.
    additionalProperties string
    affectedMo GetCondAlarmAffectedMo
    affectedMoDisplayName string
    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.
    affectedMoId string
    MoId of the affected object from the managed system's point of view.
    affectedMoType string
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affectedObject string
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarmSummaryAggregators GetCondAlarmAlarmSummaryAggregator[]
    ancestorMoId string
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestorMoType string
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors GetCondAlarmAncestor[]
    classId string
    code string
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    createTime string
    The time when this managed object was created.
    creationTime string
    The time the alarm was created.
    definition GetCondAlarmDefinition
    description string
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    flapping string
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    flappingCount number
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    flappingStartTime string
    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
    lastTransitionTime string
    The time the alarm last had a change in severity.
    locationDetails GetCondAlarmLocationDetails
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    msAffectedObject string
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType string
    origSeverity string
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    owners string[]
    parent GetCondAlarmParent
    permissionResources GetCondAlarmPermissionResource[]
    registeredDevice GetCondAlarmRegisteredDevice
    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.
    sharedScope 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.
    tags GetCondAlarmTag[]
    versionContext GetCondAlarmVersionContext
    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 GetCondAlarmAffectedMo
    affected_mo_display_name str
    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_id str
    MoId of the affected object from the managed system's point of view.
    affected_mo_type str
    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_aggregators Sequence[GetCondAlarmAlarmSummaryAggregator]
    ancestor_mo_id str
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestor_mo_type str
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors Sequence[GetCondAlarmAncestor]
    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 GetCondAlarmDefinition
    description str
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domain_group_moid str
    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_time str
    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_time str
    The time the alarm last had a change in severity.
    location_details GetCondAlarmLocationDetails
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    ms_affected_object str
    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 GetCondAlarmParent
    permission_resources Sequence[GetCondAlarmPermissionResource]
    registered_device GetCondAlarmRegisteredDevice
    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.
    shared_scope 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.
    tags Sequence[GetCondAlarmTag]
    version_context GetCondAlarmVersionContext
    accountMoid String
    The Account ID for this managed object.
    acknowledge String
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    acknowledgeBy String
    User who acknowledged the alarm.
    acknowledgeTime String
    Time at which the alarm was acknowledged by the user.
    additionalProperties String
    affectedMo Property Map
    affectedMoDisplayName String
    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.
    affectedMoId String
    MoId of the affected object from the managed system's point of view.
    affectedMoType String
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affectedObject String
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarmSummaryAggregators List<Property Map>
    ancestorMoId String
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestorMoType String
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors List<Property Map>
    classId String
    code String
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    createTime String
    The time when this managed object was created.
    creationTime String
    The time the alarm was created.
    definition Property Map
    description String
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    flapping String
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    flappingCount Number
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    flappingStartTime String
    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
    lastTransitionTime String
    The time the alarm last had a change in severity.
    locationDetails Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    msAffectedObject String
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    origSeverity String
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    severity String
    The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope 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.
    tags List<Property Map>
    versionContext Property Map

    getCondAlarm Result

    The following output properties are available:

    Id string
    Results List<GetCondAlarmResult>
    AccountMoid string
    Acknowledge string
    AcknowledgeBy string
    AcknowledgeTime string
    AdditionalProperties string
    AffectedMo GetCondAlarmAffectedMo
    AffectedMoDisplayName string
    AffectedMoId string
    AffectedMoType string
    AffectedObject string
    AlarmSummaryAggregators List<GetCondAlarmAlarmSummaryAggregator>
    AncestorMoId string
    AncestorMoType string
    Ancestors List<GetCondAlarmAncestor>
    ClassId string
    Code string
    CreateTime string
    CreationTime string
    Definition GetCondAlarmDefinition
    Description string
    DomainGroupMoid string
    Flapping string
    FlappingCount double
    FlappingStartTime string
    LastTransitionTime string
    LocationDetails GetCondAlarmLocationDetails
    ModTime string
    Moid string
    MsAffectedObject string
    Name string
    ObjectType string
    OrigSeverity string
    Owners List<string>
    Parent GetCondAlarmParent
    PermissionResources List<GetCondAlarmPermissionResource>
    RegisteredDevice GetCondAlarmRegisteredDevice
    Severity string
    SharedScope string
    Suppressed bool
    Tags List<GetCondAlarmTag>
    VersionContext GetCondAlarmVersionContext
    Id string
    Results []GetCondAlarmResult
    AccountMoid string
    Acknowledge string
    AcknowledgeBy string
    AcknowledgeTime string
    AdditionalProperties string
    AffectedMo GetCondAlarmAffectedMo
    AffectedMoDisplayName string
    AffectedMoId string
    AffectedMoType string
    AffectedObject string
    AlarmSummaryAggregators []GetCondAlarmAlarmSummaryAggregator
    AncestorMoId string
    AncestorMoType string
    Ancestors []GetCondAlarmAncestor
    ClassId string
    Code string
    CreateTime string
    CreationTime string
    Definition GetCondAlarmDefinition
    Description string
    DomainGroupMoid string
    Flapping string
    FlappingCount float64
    FlappingStartTime string
    LastTransitionTime string
    LocationDetails GetCondAlarmLocationDetails
    ModTime string
    Moid string
    MsAffectedObject string
    Name string
    ObjectType string
    OrigSeverity string
    Owners []string
    Parent GetCondAlarmParent
    PermissionResources []GetCondAlarmPermissionResource
    RegisteredDevice GetCondAlarmRegisteredDevice
    Severity string
    SharedScope string
    Suppressed bool
    Tags []GetCondAlarmTag
    VersionContext GetCondAlarmVersionContext
    id String
    results List<GetCondAlarmResult>
    accountMoid String
    acknowledge String
    acknowledgeBy String
    acknowledgeTime String
    additionalProperties String
    affectedMo GetCondAlarmAffectedMo
    affectedMoDisplayName String
    affectedMoId String
    affectedMoType String
    affectedObject String
    alarmSummaryAggregators List<GetCondAlarmAlarmSummaryAggregator>
    ancestorMoId String
    ancestorMoType String
    ancestors List<GetCondAlarmAncestor>
    classId String
    code String
    createTime String
    creationTime String
    definition GetCondAlarmDefinition
    description String
    domainGroupMoid String
    flapping String
    flappingCount Double
    flappingStartTime String
    lastTransitionTime String
    locationDetails GetCondAlarmLocationDetails
    modTime String
    moid String
    msAffectedObject String
    name String
    objectType String
    origSeverity String
    owners List<String>
    parent GetCondAlarmParent
    permissionResources List<GetCondAlarmPermissionResource>
    registeredDevice GetCondAlarmRegisteredDevice
    severity String
    sharedScope String
    suppressed Boolean
    tags List<GetCondAlarmTag>
    versionContext GetCondAlarmVersionContext
    id string
    results GetCondAlarmResult[]
    accountMoid string
    acknowledge string
    acknowledgeBy string
    acknowledgeTime string
    additionalProperties string
    affectedMo GetCondAlarmAffectedMo
    affectedMoDisplayName string
    affectedMoId string
    affectedMoType string
    affectedObject string
    alarmSummaryAggregators GetCondAlarmAlarmSummaryAggregator[]
    ancestorMoId string
    ancestorMoType string
    ancestors GetCondAlarmAncestor[]
    classId string
    code string
    createTime string
    creationTime string
    definition GetCondAlarmDefinition
    description string
    domainGroupMoid string
    flapping string
    flappingCount number
    flappingStartTime string
    lastTransitionTime string
    locationDetails GetCondAlarmLocationDetails
    modTime string
    moid string
    msAffectedObject string
    name string
    objectType string
    origSeverity string
    owners string[]
    parent GetCondAlarmParent
    permissionResources GetCondAlarmPermissionResource[]
    registeredDevice GetCondAlarmRegisteredDevice
    severity string
    sharedScope string
    suppressed boolean
    tags GetCondAlarmTag[]
    versionContext GetCondAlarmVersionContext
    id str
    results Sequence[GetCondAlarmResult]
    account_moid str
    acknowledge str
    acknowledge_by str
    acknowledge_time str
    additional_properties str
    affected_mo GetCondAlarmAffectedMo
    affected_mo_display_name str
    affected_mo_id str
    affected_mo_type str
    affected_object str
    alarm_summary_aggregators Sequence[GetCondAlarmAlarmSummaryAggregator]
    ancestor_mo_id str
    ancestor_mo_type str
    ancestors Sequence[GetCondAlarmAncestor]
    class_id str
    code str
    create_time str
    creation_time str
    definition GetCondAlarmDefinition
    description str
    domain_group_moid str
    flapping str
    flapping_count float
    flapping_start_time str
    last_transition_time str
    location_details GetCondAlarmLocationDetails
    mod_time str
    moid str
    ms_affected_object str
    name str
    object_type str
    orig_severity str
    owners Sequence[str]
    parent GetCondAlarmParent
    permission_resources Sequence[GetCondAlarmPermissionResource]
    registered_device GetCondAlarmRegisteredDevice
    severity str
    shared_scope str
    suppressed bool
    tags Sequence[GetCondAlarmTag]
    version_context GetCondAlarmVersionContext
    id String
    results List<Property Map>
    accountMoid String
    acknowledge String
    acknowledgeBy String
    acknowledgeTime String
    additionalProperties String
    affectedMo Property Map
    affectedMoDisplayName String
    affectedMoId String
    affectedMoType String
    affectedObject String
    alarmSummaryAggregators List<Property Map>
    ancestorMoId String
    ancestorMoType String
    ancestors List<Property Map>
    classId String
    code String
    createTime String
    creationTime String
    definition Property Map
    description String
    domainGroupMoid String
    flapping String
    flappingCount Number
    flappingStartTime String
    lastTransitionTime String
    locationDetails Property Map
    modTime String
    moid String
    msAffectedObject String
    name String
    objectType String
    origSeverity String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    severity String
    sharedScope String
    suppressed Boolean
    tags List<Property Map>
    versionContext Property Map

    Supporting Types

    GetCondAlarmAffectedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmAlarmSummaryAggregator

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetCondAlarmLocationDetails

    AdditionalProperties string
    Address GetCondAlarmLocationDetailsAddress
    The location's street address.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates GetCondAlarmLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    Address GetCondAlarmLocationDetailsAddress
    The location's street address.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates GetCondAlarmLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    address GetCondAlarmLocationDetailsAddress
    The location's street address.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates GetCondAlarmLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    address GetCondAlarmLocationDetailsAddress
    The location's street address.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates GetCondAlarmLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    address GetCondAlarmLocationDetailsAddress
    The location's street address.
    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.
    coordinates GetCondAlarmLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    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
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    address Property Map
    The location's street address.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates Property Map
    The location's longitude and latitude coordinates.
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetCondAlarmLocationDetailsAddress

    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country String
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.
    additionalProperties string
    address1 string
    The primary street address.
    address2 string
    Additional address information, such as suite number or floor.
    city string
    The city where the address is located.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode string
    The postal or ZIP code for the address.
    stateProvince string
    The state or province where the address is located.
    additional_properties str
    address1 str
    The primary street address.
    address2 str
    Additional address information, such as suite number or floor.
    city str
    The city where the address is located.
    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.
    country str
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postal_code str
    The postal or ZIP code for the address.
    state_province str
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country String
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.

    GetCondAlarmLocationDetailsCoordinates

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Latitude double
    The latitude coordinate value.
    Longitude double
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Latitude float64
    The latitude coordinate value.
    Longitude float64
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude Double
    The latitude coordinate value.
    longitude Double
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude number
    The latitude coordinate value.
    longitude number
    The longitude coordinate value.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    latitude float
    The latitude coordinate value.
    longitude float
    The longitude coordinate value.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude Number
    The latitude coordinate value.
    longitude Number
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetCondAlarmParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmResult

    AccountMoid string
    The Account ID for this managed object.
    Acknowledge string
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    AcknowledgeBy string
    User who acknowledged the alarm.
    AcknowledgeTime string
    Time at which the alarm was acknowledged by the user.
    AdditionalProperties string
    AffectedMoDisplayName string
    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.
    AffectedMoId string
    MoId of the affected object from the managed system's point of view.
    AffectedMoType string
    Managed system affected object type. For example Adaptor, FI, CIMC.
    AffectedMos List<GetCondAlarmResultAffectedMo>
    AffectedObject string
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    AlarmSummaryAggregators List<GetCondAlarmResultAlarmSummaryAggregator>
    AncestorMoId string
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    AncestorMoType string
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    Ancestors List<GetCondAlarmResultAncestor>
    ClassId string
    Code string
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    The time the alarm was created.
    Definitions List<GetCondAlarmResultDefinition>
    Description string
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Flapping string
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    FlappingCount double
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    FlappingStartTime string
    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.
    LastTransitionTime string
    The time the alarm last had a change in severity.
    LocationDetails List<GetCondAlarmResultLocationDetail>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MsAffectedObject string
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    OrigSeverity string
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Owners List<string>
    Parents List<GetCondAlarmResultParent>
    PermissionResources List<GetCondAlarmResultPermissionResource>
    RegisteredDevices List<GetCondAlarmResultRegisteredDevice>
    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.
    SharedScope 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.
    Tags List<GetCondAlarmResultTag>
    VersionContexts List<GetCondAlarmResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Acknowledge string
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    AcknowledgeBy string
    User who acknowledged the alarm.
    AcknowledgeTime string
    Time at which the alarm was acknowledged by the user.
    AdditionalProperties string
    AffectedMoDisplayName string
    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.
    AffectedMoId string
    MoId of the affected object from the managed system's point of view.
    AffectedMoType string
    Managed system affected object type. For example Adaptor, FI, CIMC.
    AffectedMos []GetCondAlarmResultAffectedMo
    AffectedObject string
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    AlarmSummaryAggregators []GetCondAlarmResultAlarmSummaryAggregator
    AncestorMoId string
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    AncestorMoType string
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    Ancestors []GetCondAlarmResultAncestor
    ClassId string
    Code string
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    CreateTime string
    The time when this managed object was created.
    CreationTime string
    The time the alarm was created.
    Definitions []GetCondAlarmResultDefinition
    Description string
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Flapping string
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    FlappingCount float64
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    FlappingStartTime string
    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.
    LastTransitionTime string
    The time the alarm last had a change in severity.
    LocationDetails []GetCondAlarmResultLocationDetail
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MsAffectedObject string
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    OrigSeverity string
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Owners []string
    Parents []GetCondAlarmResultParent
    PermissionResources []GetCondAlarmResultPermissionResource
    RegisteredDevices []GetCondAlarmResultRegisteredDevice
    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.
    SharedScope 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.
    Tags []GetCondAlarmResultTag
    VersionContexts []GetCondAlarmResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    acknowledge String
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    acknowledgeBy String
    User who acknowledged the alarm.
    acknowledgeTime String
    Time at which the alarm was acknowledged by the user.
    additionalProperties String
    affectedMoDisplayName String
    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.
    affectedMoId String
    MoId of the affected object from the managed system's point of view.
    affectedMoType String
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affectedMos List<GetCondAlarmResultAffectedMo>
    affectedObject String
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarmSummaryAggregators List<GetCondAlarmResultAlarmSummaryAggregator>
    ancestorMoId String
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestorMoType String
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors List<GetCondAlarmResultAncestor>
    classId String
    code String
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    createTime String
    The time when this managed object was created.
    creationTime String
    The time the alarm was created.
    definitions List<GetCondAlarmResultDefinition>
    description String
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    flapping String
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    flappingCount Double
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    flappingStartTime String
    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.
    lastTransitionTime String
    The time the alarm last had a change in severity.
    locationDetails List<GetCondAlarmResultLocationDetail>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    msAffectedObject String
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    origSeverity String
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    owners List<String>
    parents List<GetCondAlarmResultParent>
    permissionResources List<GetCondAlarmResultPermissionResource>
    registeredDevices List<GetCondAlarmResultRegisteredDevice>
    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.
    sharedScope 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.
    tags List<GetCondAlarmResultTag>
    versionContexts List<GetCondAlarmResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    acknowledge string
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    acknowledgeBy string
    User who acknowledged the alarm.
    acknowledgeTime string
    Time at which the alarm was acknowledged by the user.
    additionalProperties string
    affectedMoDisplayName string
    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.
    affectedMoId string
    MoId of the affected object from the managed system's point of view.
    affectedMoType string
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affectedMos GetCondAlarmResultAffectedMo[]
    affectedObject string
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarmSummaryAggregators GetCondAlarmResultAlarmSummaryAggregator[]
    ancestorMoId string
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestorMoType string
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors GetCondAlarmResultAncestor[]
    classId string
    code string
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    createTime string
    The time when this managed object was created.
    creationTime string
    The time the alarm was created.
    definitions GetCondAlarmResultDefinition[]
    description string
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    flapping string
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    flappingCount number
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    flappingStartTime string
    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.
    lastTransitionTime string
    The time the alarm last had a change in severity.
    locationDetails GetCondAlarmResultLocationDetail[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    msAffectedObject string
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType string
    origSeverity string
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    owners string[]
    parents GetCondAlarmResultParent[]
    permissionResources GetCondAlarmResultPermissionResource[]
    registeredDevices GetCondAlarmResultRegisteredDevice[]
    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.
    sharedScope 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.
    tags GetCondAlarmResultTag[]
    versionContexts GetCondAlarmResultVersionContext[]
    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_display_name str
    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_id str
    MoId of the affected object from the managed system's point of view.
    affected_mo_type str
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affected_mos Sequence[GetCondAlarmResultAffectedMo]
    affected_object str
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarm_summary_aggregators Sequence[GetCondAlarmResultAlarmSummaryAggregator]
    ancestor_mo_id str
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestor_mo_type str
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors Sequence[GetCondAlarmResultAncestor]
    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[GetCondAlarmResultDefinition]
    description str
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domain_group_moid str
    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_time str
    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_time str
    The time the alarm last had a change in severity.
    location_details Sequence[GetCondAlarmResultLocationDetail]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    ms_affected_object str
    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[GetCondAlarmResultParent]
    permission_resources Sequence[GetCondAlarmResultPermissionResource]
    registered_devices Sequence[GetCondAlarmResultRegisteredDevice]
    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.
    shared_scope 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.
    tags Sequence[GetCondAlarmResultTag]
    version_contexts Sequence[GetCondAlarmResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    acknowledge String
    Alarm acknowledgment state. Default value is None.* None - The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.* Acknowledge - The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
    acknowledgeBy String
    User who acknowledged the alarm.
    acknowledgeTime String
    Time at which the alarm was acknowledged by the user.
    additionalProperties String
    affectedMoDisplayName String
    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.
    affectedMoId String
    MoId of the affected object from the managed system's point of view.
    affectedMoType String
    Managed system affected object type. For example Adaptor, FI, CIMC.
    affectedMos List<Property Map>
    affectedObject String
    A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
    alarmSummaryAggregators List<Property Map>
    ancestorMoId String
    Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
    ancestorMoType String
    Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
    ancestors List<Property Map>
    classId String
    code String
    A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
    createTime String
    The time when this managed object was created.
    creationTime String
    The time the alarm was created.
    definitions List<Property Map>
    description String
    A longer description of the alarm than the name. The description contains details of the component reporting the issue.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    flapping String
    Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping - The enum value None says that no recent flaps have occurred.* Flapping - The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.* Cooldown - The enum value Cooldown says that the alarm is cleared, but was recently active.* Unknown - The enum value Unknown indicates that you might not have the latest version of the property meta.
    flappingCount Number
    Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
    flappingStartTime String
    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.
    lastTransitionTime String
    The time the alarm last had a change in severity.
    locationDetails List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    msAffectedObject String
    A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    origSeverity String
    The original severity when the alarm was first created.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    severity String
    The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope 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.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetCondAlarmResultAffectedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultAlarmSummaryAggregator

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultLocationDetail

    AdditionalProperties string
    Addresses List<GetCondAlarmResultLocationDetailAddress>
    ClassId string
    Coordinates List<GetCondAlarmResultLocationDetailCoordinate>
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    AdditionalProperties string
    Addresses []GetCondAlarmResultLocationDetailAddress
    ClassId string
    Coordinates []GetCondAlarmResultLocationDetailCoordinate
    Name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    ObjectType string
    additionalProperties String
    addresses List<GetCondAlarmResultLocationDetailAddress>
    classId String
    coordinates List<GetCondAlarmResultLocationDetailCoordinate>
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String
    additionalProperties string
    addresses GetCondAlarmResultLocationDetailAddress[]
    classId string
    coordinates GetCondAlarmResultLocationDetailCoordinate[]
    name string
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType string
    additional_properties str
    addresses Sequence[GetCondAlarmResultLocationDetailAddress]
    class_id str
    coordinates Sequence[GetCondAlarmResultLocationDetailCoordinate]
    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
    additionalProperties String
    addresses List<Property Map>
    classId String
    coordinates List<Property Map>
    name String
    Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
    objectType String

    GetCondAlarmResultLocationDetailAddress

    AdditionalProperties string
    Address1 string
    Address2 string
    City string
    ClassId string
    Country string
    ObjectType string
    PostalCode string
    StateProvince string
    AdditionalProperties string
    Address1 string
    Address2 string
    City string
    ClassId string
    Country string
    ObjectType string
    PostalCode string
    StateProvince string
    additionalProperties String
    address1 String
    address2 String
    city String
    classId String
    country String
    objectType String
    postalCode String
    stateProvince String
    additionalProperties string
    address1 string
    address2 string
    city string
    classId string
    country string
    objectType string
    postalCode string
    stateProvince string
    additionalProperties String
    address1 String
    address2 String
    city String
    classId String
    country String
    objectType String
    postalCode String
    stateProvince String

    GetCondAlarmResultLocationDetailCoordinate

    AdditionalProperties string
    ClassId string
    Latitude float64
    Longitude float64
    ObjectType string

    GetCondAlarmResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultTag

    GetCondAlarmResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultVersionContext

    GetCondAlarmResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondAlarmTag

    AdditionalProperties string
    AncestorDefinitions List<GetCondAlarmTagAncestorDefinition>
    Definition GetCondAlarmTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetCondAlarmTagAncestorDefinition
    Definition GetCondAlarmTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetCondAlarmTagAncestorDefinition>
    definition GetCondAlarmTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetCondAlarmTagAncestorDefinition[]
    definition GetCondAlarmTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetCondAlarmTagAncestorDefinition]
    definition GetCondAlarmTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetCondAlarmTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetCondAlarmVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCondAlarmVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetCondAlarmVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCondAlarmVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetCondAlarmVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCondAlarmVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetCondAlarmVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCondAlarmVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetCondAlarmVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetCondAlarmVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetCondAlarmVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCondAlarmVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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 logo
    intersight 1.0.74 published on Saturday, Dec 6, 2025 by ciscodevnet
      Meet Neo: Your AI Platform Teammate