1. Packages
  2. Intersight Provider
  3. API Docs
  4. getCondAlarmAggregation
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getCondAlarmAggregation

Explore with Pulumi AI

Object which represents alarm aggregation for a managed end point.

Using getCondAlarmAggregation

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 getCondAlarmAggregation(args: GetCondAlarmAggregationArgs, opts?: InvokeOptions): Promise<GetCondAlarmAggregationResult>
function getCondAlarmAggregationOutput(args: GetCondAlarmAggregationOutputArgs, opts?: InvokeOptions): Output<GetCondAlarmAggregationResult>
Copy
def get_cond_alarm_aggregation(account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               alarm_aggregation_source: Optional[GetCondAlarmAggregationAlarmAggregationSource] = None,
                               alarm_summary: Optional[GetCondAlarmAggregationAlarmSummary] = None,
                               ancestors: Optional[Sequence[GetCondAlarmAggregationAncestor]] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               critical_alarms_count: Optional[float] = None,
                               domain_group_moid: Optional[str] = None,
                               health: Optional[str] = None,
                               id: Optional[str] = None,
                               info_alarms_count: Optional[float] = None,
                               mo_type: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetCondAlarmAggregationParent] = None,
                               permission_resources: Optional[Sequence[GetCondAlarmAggregationPermissionResource]] = None,
                               shared_scope: Optional[str] = None,
                               tags: Optional[Sequence[GetCondAlarmAggregationTag]] = None,
                               version_context: Optional[GetCondAlarmAggregationVersionContext] = None,
                               warning_alarms_count: Optional[float] = None,
                               opts: Optional[InvokeOptions] = None) -> GetCondAlarmAggregationResult
def get_cond_alarm_aggregation_output(account_moid: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               alarm_aggregation_source: Optional[pulumi.Input[GetCondAlarmAggregationAlarmAggregationSourceArgs]] = None,
                               alarm_summary: Optional[pulumi.Input[GetCondAlarmAggregationAlarmSummaryArgs]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmAggregationAncestorArgs]]]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               create_time: Optional[pulumi.Input[str]] = None,
                               critical_alarms_count: Optional[pulumi.Input[float]] = None,
                               domain_group_moid: Optional[pulumi.Input[str]] = None,
                               health: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               info_alarms_count: Optional[pulumi.Input[float]] = None,
                               mo_type: Optional[pulumi.Input[str]] = None,
                               mod_time: Optional[pulumi.Input[str]] = None,
                               moid: Optional[pulumi.Input[str]] = None,
                               object_type: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetCondAlarmAggregationParentArgs]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmAggregationPermissionResourceArgs]]]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmAggregationTagArgs]]]] = None,
                               version_context: Optional[pulumi.Input[GetCondAlarmAggregationVersionContextArgs]] = None,
                               warning_alarms_count: Optional[pulumi.Input[float]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetCondAlarmAggregationResult]
Copy
func LookupCondAlarmAggregation(ctx *Context, args *LookupCondAlarmAggregationArgs, opts ...InvokeOption) (*LookupCondAlarmAggregationResult, error)
func LookupCondAlarmAggregationOutput(ctx *Context, args *LookupCondAlarmAggregationOutputArgs, opts ...InvokeOption) LookupCondAlarmAggregationResultOutput
Copy

> Note: This function is named LookupCondAlarmAggregation in the Go SDK.

public static class GetCondAlarmAggregation 
{
    public static Task<GetCondAlarmAggregationResult> InvokeAsync(GetCondAlarmAggregationArgs args, InvokeOptions? opts = null)
    public static Output<GetCondAlarmAggregationResult> Invoke(GetCondAlarmAggregationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCondAlarmAggregationResult> getCondAlarmAggregation(GetCondAlarmAggregationArgs args, InvokeOptions options)
public static Output<GetCondAlarmAggregationResult> getCondAlarmAggregation(GetCondAlarmAggregationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getCondAlarmAggregation:getCondAlarmAggregation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AlarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
AlarmSummary GetCondAlarmAggregationAlarmSummary
Ancestors List<GetCondAlarmAggregationAncestor>
ClassId string
CreateTime string
The time when this managed object was created.
CriticalAlarmsCount double
Count of all alarms with severity Critical, irrespective of acknowledgement status.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Health string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
Id string
InfoAlarmsCount double
Count of all alarms with severity Info, irrespective of acknowledgement status.
MoType string
Managed object type. For example, FI managed object type will be network.Element.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners List<string>
Parent GetCondAlarmAggregationParent
PermissionResources List<GetCondAlarmAggregationPermissionResource>
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.
Tags List<GetCondAlarmAggregationTag>
VersionContext GetCondAlarmAggregationVersionContext
WarningAlarmsCount double
Count of all alarms with severity Warning, irrespective of acknowledgement status.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AlarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
AlarmSummary GetCondAlarmAggregationAlarmSummary
Ancestors []GetCondAlarmAggregationAncestor
ClassId string
CreateTime string
The time when this managed object was created.
CriticalAlarmsCount float64
Count of all alarms with severity Critical, irrespective of acknowledgement status.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Health string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
Id string
InfoAlarmsCount float64
Count of all alarms with severity Info, irrespective of acknowledgement status.
MoType string
Managed object type. For example, FI managed object type will be network.Element.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners []string
Parent GetCondAlarmAggregationParent
PermissionResources []GetCondAlarmAggregationPermissionResource
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.
Tags []GetCondAlarmAggregationTag
VersionContext GetCondAlarmAggregationVersionContext
WarningAlarmsCount float64
Count of all alarms with severity Warning, irrespective of acknowledgement status.
accountMoid String
The Account ID for this managed object.
additionalProperties String
alarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
alarmSummary GetCondAlarmAggregationAlarmSummary
ancestors List<GetCondAlarmAggregationAncestor>
classId String
createTime String
The time when this managed object was created.
criticalAlarmsCount Double
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domainGroupMoid String
The DomainGroup ID for this managed object.
health String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
id String
infoAlarmsCount Double
Count of all alarms with severity Info, irrespective of acknowledgement status.
moType String
Managed object type. For example, FI managed object type will be network.Element.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent GetCondAlarmAggregationParent
permissionResources List<GetCondAlarmAggregationPermissionResource>
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.
tags List<GetCondAlarmAggregationTag>
versionContext GetCondAlarmAggregationVersionContext
warningAlarmsCount Double
Count of all alarms with severity Warning, irrespective of acknowledgement status.
accountMoid string
The Account ID for this managed object.
additionalProperties string
alarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
alarmSummary GetCondAlarmAggregationAlarmSummary
ancestors GetCondAlarmAggregationAncestor[]
classId string
createTime string
The time when this managed object was created.
criticalAlarmsCount number
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domainGroupMoid string
The DomainGroup ID for this managed object.
health string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
id string
infoAlarmsCount number
Count of all alarms with severity Info, irrespective of acknowledgement status.
moType string
Managed object type. For example, FI managed object type will be network.Element.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
objectType string
owners string[]
parent GetCondAlarmAggregationParent
permissionResources GetCondAlarmAggregationPermissionResource[]
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.
tags GetCondAlarmAggregationTag[]
versionContext GetCondAlarmAggregationVersionContext
warningAlarmsCount number
Count of all alarms with severity Warning, irrespective of acknowledgement status.
account_moid str
The Account ID for this managed object.
additional_properties str
alarm_aggregation_source GetCondAlarmAggregationAlarmAggregationSource
alarm_summary GetCondAlarmAggregationAlarmSummary
ancestors Sequence[GetCondAlarmAggregationAncestor]
class_id str
create_time str
The time when this managed object was created.
critical_alarms_count float
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domain_group_moid str
The DomainGroup ID for this managed object.
health str
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
id str
info_alarms_count float
Count of all alarms with severity Info, irrespective of acknowledgement status.
mo_type str
Managed object type. For example, FI managed object type will be network.Element.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
object_type str
owners Sequence[str]
parent GetCondAlarmAggregationParent
permission_resources Sequence[GetCondAlarmAggregationPermissionResource]
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.
tags Sequence[GetCondAlarmAggregationTag]
version_context GetCondAlarmAggregationVersionContext
warning_alarms_count float
Count of all alarms with severity Warning, irrespective of acknowledgement status.
accountMoid String
The Account ID for this managed object.
additionalProperties String
alarmAggregationSource Property Map
alarmSummary Property Map
ancestors List<Property Map>
classId String
createTime String
The time when this managed object was created.
criticalAlarmsCount Number
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domainGroupMoid String
The DomainGroup ID for this managed object.
health String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
id String
infoAlarmsCount Number
Count of all alarms with severity Info, irrespective of acknowledgement status.
moType String
Managed object type. For example, FI managed object type will be network.Element.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
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.
tags List<Property Map>
versionContext Property Map
warningAlarmsCount Number
Count of all alarms with severity Warning, irrespective of acknowledgement status.

getCondAlarmAggregation Result

The following output properties are available:

Supporting Types

GetCondAlarmAggregationAlarmAggregationSource

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'.

GetCondAlarmAggregationAlarmSummary

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.
Critical double
The count of active alarms that have severity type Critical.
Health string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
Info double
The count of active alarms that have severity type Info.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
SuppressedCritical double
The count of active suppressed alarms that have severity type Critical.
SuppressedInfo double
The count of active suppressed alarms that have severity type Info.
SuppressedWarning double
The count of active suppressed alarms that have severity type Warning.
Warning double
The count of active alarms that have severity type Warning.
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.
Critical float64
The count of active alarms that have severity type Critical.
Health string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
Info float64
The count of active alarms that have severity type Info.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
SuppressedCritical float64
The count of active suppressed alarms that have severity type Critical.
SuppressedInfo float64
The count of active suppressed alarms that have severity type Info.
SuppressedWarning float64
The count of active suppressed alarms that have severity type Warning.
Warning float64
The count of active alarms that have severity type Warning.
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.
critical Double
The count of active alarms that have severity type Critical.
health String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info Double
The count of active alarms that have severity type Info.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
suppressedCritical Double
The count of active suppressed alarms that have severity type Critical.
suppressedInfo Double
The count of active suppressed alarms that have severity type Info.
suppressedWarning Double
The count of active suppressed alarms that have severity type Warning.
warning Double
The count of active alarms that have severity type Warning.
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.
critical number
The count of active alarms that have severity type Critical.
health string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info number
The count of active alarms that have severity type Info.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
suppressedCritical number
The count of active suppressed alarms that have severity type Critical.
suppressedInfo number
The count of active suppressed alarms that have severity type Info.
suppressedWarning number
The count of active suppressed alarms that have severity type Warning.
warning number
The count of active alarms that have severity type Warning.
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.
critical float
The count of active alarms that have severity type Critical.
health str
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info float
The count of active alarms that have severity type Info.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
suppressed_critical float
The count of active suppressed alarms that have severity type Critical.
suppressed_info float
The count of active suppressed alarms that have severity type Info.
suppressed_warning float
The count of active suppressed alarms that have severity type Warning.
warning float
The count of active alarms that have severity type Warning.
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.
critical Number
The count of active alarms that have severity type Critical.
health String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info Number
The count of active alarms that have severity type Info.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
suppressedCritical Number
The count of active suppressed alarms that have severity type Critical.
suppressedInfo Number
The count of active suppressed alarms that have severity type Info.
suppressedWarning Number
The count of active suppressed alarms that have severity type Warning.
warning Number
The count of active alarms that have severity type Warning.

GetCondAlarmAggregationAncestor

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'.

GetCondAlarmAggregationParent

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'.

GetCondAlarmAggregationPermissionResource

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'.

GetCondAlarmAggregationResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AlarmAggregationSources This property is required. List<GetCondAlarmAggregationResultAlarmAggregationSource>
AlarmSummaries This property is required. List<GetCondAlarmAggregationResultAlarmSummary>
Ancestors This property is required. List<GetCondAlarmAggregationResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
CriticalAlarmsCount This property is required. double
Count of all alarms with severity Critical, irrespective of acknowledgement status.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Health This property is required. string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
InfoAlarmsCount This property is required. double
Count of all alarms with severity Info, irrespective of acknowledgement status.
MoType This property is required. string
Managed object type. For example, FI managed object type will be network.Element.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetCondAlarmAggregationResultParent>
PermissionResources This property is required. List<GetCondAlarmAggregationResultPermissionResource>
SharedScope This property is required. 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.
Tags This property is required. List<GetCondAlarmAggregationResultTag>
VersionContexts This property is required. List<GetCondAlarmAggregationResultVersionContext>
WarningAlarmsCount This property is required. double
Count of all alarms with severity Warning, irrespective of acknowledgement status.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AlarmAggregationSources This property is required. []GetCondAlarmAggregationResultAlarmAggregationSource
AlarmSummaries This property is required. []GetCondAlarmAggregationResultAlarmSummary
Ancestors This property is required. []GetCondAlarmAggregationResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
CriticalAlarmsCount This property is required. float64
Count of all alarms with severity Critical, irrespective of acknowledgement status.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Health This property is required. string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
InfoAlarmsCount This property is required. float64
Count of all alarms with severity Info, irrespective of acknowledgement status.
MoType This property is required. string
Managed object type. For example, FI managed object type will be network.Element.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetCondAlarmAggregationResultParent
PermissionResources This property is required. []GetCondAlarmAggregationResultPermissionResource
SharedScope This property is required. 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.
Tags This property is required. []GetCondAlarmAggregationResultTag
VersionContexts This property is required. []GetCondAlarmAggregationResultVersionContext
WarningAlarmsCount This property is required. float64
Count of all alarms with severity Warning, irrespective of acknowledgement status.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
alarmAggregationSources This property is required. List<GetCondAlarmAggregationResultAlarmAggregationSource>
alarmSummaries This property is required. List<GetCondAlarmAggregationResultAlarmSummary>
ancestors This property is required. List<GetCondAlarmAggregationResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
criticalAlarmsCount This property is required. Double
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
health This property is required. String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
infoAlarmsCount This property is required. Double
Count of all alarms with severity Info, irrespective of acknowledgement status.
moType This property is required. String
Managed object type. For example, FI managed object type will be network.Element.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetCondAlarmAggregationResultParent>
permissionResources This property is required. List<GetCondAlarmAggregationResultPermissionResource>
sharedScope This property is required. 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.
tags This property is required. List<GetCondAlarmAggregationResultTag>
versionContexts This property is required. List<GetCondAlarmAggregationResultVersionContext>
warningAlarmsCount This property is required. Double
Count of all alarms with severity Warning, irrespective of acknowledgement status.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
alarmAggregationSources This property is required. GetCondAlarmAggregationResultAlarmAggregationSource[]
alarmSummaries This property is required. GetCondAlarmAggregationResultAlarmSummary[]
ancestors This property is required. GetCondAlarmAggregationResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
criticalAlarmsCount This property is required. number
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
health This property is required. string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
infoAlarmsCount This property is required. number
Count of all alarms with severity Info, irrespective of acknowledgement status.
moType This property is required. string
Managed object type. For example, FI managed object type will be network.Element.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetCondAlarmAggregationResultParent[]
permissionResources This property is required. GetCondAlarmAggregationResultPermissionResource[]
sharedScope This property is required. 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.
tags This property is required. GetCondAlarmAggregationResultTag[]
versionContexts This property is required. GetCondAlarmAggregationResultVersionContext[]
warningAlarmsCount This property is required. number
Count of all alarms with severity Warning, irrespective of acknowledgement status.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
alarm_aggregation_sources This property is required. Sequence[GetCondAlarmAggregationResultAlarmAggregationSource]
alarm_summaries This property is required. Sequence[GetCondAlarmAggregationResultAlarmSummary]
ancestors This property is required. Sequence[GetCondAlarmAggregationResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
critical_alarms_count This property is required. float
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
health This property is required. str
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info_alarms_count This property is required. float
Count of all alarms with severity Info, irrespective of acknowledgement status.
mo_type This property is required. str
Managed object type. For example, FI managed object type will be network.Element.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetCondAlarmAggregationResultParent]
permission_resources This property is required. Sequence[GetCondAlarmAggregationResultPermissionResource]
shared_scope This property is required. 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.
tags This property is required. Sequence[GetCondAlarmAggregationResultTag]
version_contexts This property is required. Sequence[GetCondAlarmAggregationResultVersionContext]
warning_alarms_count This property is required. float
Count of all alarms with severity Warning, irrespective of acknowledgement status.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
alarmAggregationSources This property is required. List<Property Map>
alarmSummaries This property is required. List<Property Map>
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
criticalAlarmsCount This property is required. Number
Count of all alarms with severity Critical, irrespective of acknowledgement status.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
health This property is required. String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
infoAlarmsCount This property is required. Number
Count of all alarms with severity Info, irrespective of acknowledgement status.
moType This property is required. String
Managed object type. For example, FI managed object type will be network.Element.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
sharedScope This property is required. 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.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>
warningAlarmsCount This property is required. Number
Count of all alarms with severity Warning, irrespective of acknowledgement status.

GetCondAlarmAggregationResultAlarmAggregationSource

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

GetCondAlarmAggregationResultAlarmSummary

AdditionalProperties This property is required. string
ClassId This property is required. string
Critical This property is required. double
Health This property is required. string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
Info This property is required. double
ObjectType This property is required. string
SuppressedCritical This property is required. double
SuppressedInfo This property is required. double
SuppressedWarning This property is required. double
Warning This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
Critical This property is required. float64
Health This property is required. string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
Info This property is required. float64
ObjectType This property is required. string
SuppressedCritical This property is required. float64
SuppressedInfo This property is required. float64
SuppressedWarning This property is required. float64
Warning This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
critical This property is required. Double
health This property is required. String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info This property is required. Double
objectType This property is required. String
suppressedCritical This property is required. Double
suppressedInfo This property is required. Double
suppressedWarning This property is required. Double
warning This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
critical This property is required. number
health This property is required. string
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info This property is required. number
objectType This property is required. string
suppressedCritical This property is required. number
suppressedInfo This property is required. number
suppressedWarning This property is required. number
warning This property is required. number
additional_properties This property is required. str
class_id This property is required. str
critical This property is required. float
health This property is required. str
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info This property is required. float
object_type This property is required. str
suppressed_critical This property is required. float
suppressed_info This property is required. float
suppressed_warning This property is required. float
warning This property is required. float
additionalProperties This property is required. String
classId This property is required. String
critical This property is required. Number
health This property is required. String
Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* 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.
info This property is required. Number
objectType This property is required. String
suppressedCritical This property is required. Number
suppressedInfo This property is required. Number
suppressedWarning This property is required. Number
warning This property is required. Number

GetCondAlarmAggregationResultAncestor

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

GetCondAlarmAggregationResultParent

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

GetCondAlarmAggregationResultPermissionResource

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

GetCondAlarmAggregationResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetCondAlarmAggregationResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetCondAlarmAggregationResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetCondAlarmAggregationResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetCondAlarmAggregationResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetCondAlarmAggregationResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetCondAlarmAggregationResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetCondAlarmAggregationResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetCondAlarmAggregationResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetCondAlarmAggregationResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetCondAlarmAggregationResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetCondAlarmAggregationResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetCondAlarmAggregationResultVersionContextInterestedMo

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

GetCondAlarmAggregationResultVersionContextRefMo

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

GetCondAlarmAggregationTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetCondAlarmAggregationVersionContext

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<GetCondAlarmAggregationVersionContextInterestedMo>
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 GetCondAlarmAggregationVersionContextRefMo
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 []GetCondAlarmAggregationVersionContextInterestedMo
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 GetCondAlarmAggregationVersionContextRefMo
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<GetCondAlarmAggregationVersionContextInterestedMo>
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 GetCondAlarmAggregationVersionContextRefMo
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 GetCondAlarmAggregationVersionContextInterestedMo[]
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 GetCondAlarmAggregationVersionContextRefMo
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[GetCondAlarmAggregationVersionContextInterestedMo]
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 GetCondAlarmAggregationVersionContextRefMo
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.

GetCondAlarmAggregationVersionContextInterestedMo

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'.

GetCondAlarmAggregationVersionContextRefMo

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.