intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getCondAlarmAggregation
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupCondAlarmAggregation(ctx *Context, args *LookupCondAlarmAggregationArgs, opts ...InvokeOption) (*LookupCondAlarmAggregationResult, error)
func LookupCondAlarmAggregationOutput(ctx *Context, args *LookupCondAlarmAggregationOutputArgs, opts ...InvokeOption) LookupCondAlarmAggregationResultOutput> 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)
}public static CompletableFuture<GetCondAlarmAggregationResult> getCondAlarmAggregation(GetCondAlarmAggregationArgs args, InvokeOptions options)
public static Output<GetCondAlarmAggregationResult> getCondAlarmAggregation(GetCondAlarmAggregationArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getCondAlarmAggregation:getCondAlarmAggregation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- AlarmSummary GetCond Alarm Aggregation Alarm Summary 
- Ancestors
List<GetCond Alarm Aggregation Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CriticalAlarms doubleCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- DomainGroup stringMoid 
- 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
- InfoAlarms doubleCount 
- 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
GetCond Alarm Aggregation Parent 
- PermissionResources List<GetCond Alarm Aggregation Permission Resource> 
- 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.
- 
List<GetCond Alarm Aggregation Tag> 
- VersionContext GetCond Alarm Aggregation Version Context 
- WarningAlarms doubleCount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- AlarmSummary GetCond Alarm Aggregation Alarm Summary 
- Ancestors
[]GetCond Alarm Aggregation Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CriticalAlarms float64Count 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- DomainGroup stringMoid 
- 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
- InfoAlarms float64Count 
- 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
GetCond Alarm Aggregation Parent 
- PermissionResources []GetCond Alarm Aggregation Permission Resource 
- 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.
- 
[]GetCond Alarm Aggregation Tag 
- VersionContext GetCond Alarm Aggregation Version Context 
- WarningAlarms float64Count 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- alarmSummary GetCond Alarm Aggregation Alarm Summary 
- ancestors
List<GetCond Alarm Aggregation Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- criticalAlarms DoubleCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domainGroup StringMoid 
- 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
- infoAlarms DoubleCount 
- 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
GetCond Alarm Aggregation Parent 
- permissionResources List<GetCond Alarm Aggregation Permission Resource> 
- 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.
- 
List<GetCond Alarm Aggregation Tag> 
- versionContext GetCond Alarm Aggregation Version Context 
- warningAlarms DoubleCount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- alarmSummary GetCond Alarm Aggregation Alarm Summary 
- ancestors
GetCond Alarm Aggregation Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- criticalAlarms numberCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domainGroup stringMoid 
- 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
- infoAlarms numberCount 
- 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
GetCond Alarm Aggregation Parent 
- permissionResources GetCond Alarm Aggregation Permission Resource[] 
- 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.
- 
GetCond Alarm Aggregation Tag[] 
- versionContext GetCond Alarm Aggregation Version Context 
- warningAlarms numberCount 
- 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_ Getsource Cond Alarm Aggregation Alarm Aggregation Source 
- alarm_summary GetCond Alarm Aggregation Alarm Summary 
- ancestors
Sequence[GetCond Alarm Aggregation Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- critical_alarms_ floatcount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domain_group_ strmoid 
- 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_ floatcount 
- 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
GetCond Alarm Aggregation Parent 
- permission_resources Sequence[GetCond Alarm Aggregation Permission Resource] 
- 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.
- 
Sequence[GetCond Alarm Aggregation Tag] 
- version_context GetCond Alarm Aggregation Version Context 
- warning_alarms_ floatcount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmAggregation Property MapSource 
- alarmSummary Property Map
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- criticalAlarms NumberCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domainGroup StringMoid 
- 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
- infoAlarms NumberCount 
- 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>
- 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.
- List<Property Map>
- versionContext Property Map
- warningAlarms NumberCount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
getCondAlarmAggregation Result
The following output properties are available:
- Id string
- Results
List<GetCond Alarm Aggregation Result> 
- AccountMoid string
- AdditionalProperties string
- AlarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- AlarmSummary GetCond Alarm Aggregation Alarm Summary 
- Ancestors
List<GetCond Alarm Aggregation Ancestor> 
- ClassId string
- CreateTime string
- CriticalAlarms doubleCount 
- DomainGroup stringMoid 
- Health string
- InfoAlarms doubleCount 
- MoType string
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetCond Alarm Aggregation Parent 
- PermissionResources List<GetCond Alarm Aggregation Permission Resource> 
- string
- 
List<GetCond Alarm Aggregation Tag> 
- VersionContext GetCond Alarm Aggregation Version Context 
- WarningAlarms doubleCount 
- Id string
- Results
[]GetCond Alarm Aggregation Result 
- AccountMoid string
- AdditionalProperties string
- AlarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- AlarmSummary GetCond Alarm Aggregation Alarm Summary 
- Ancestors
[]GetCond Alarm Aggregation Ancestor 
- ClassId string
- CreateTime string
- CriticalAlarms float64Count 
- DomainGroup stringMoid 
- Health string
- InfoAlarms float64Count 
- MoType string
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetCond Alarm Aggregation Parent 
- PermissionResources []GetCond Alarm Aggregation Permission Resource 
- string
- 
[]GetCond Alarm Aggregation Tag 
- VersionContext GetCond Alarm Aggregation Version Context 
- WarningAlarms float64Count 
- id String
- results
List<GetCond Alarm Aggregation Result> 
- accountMoid String
- additionalProperties String
- alarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- alarmSummary GetCond Alarm Aggregation Alarm Summary 
- ancestors
List<GetCond Alarm Aggregation Ancestor> 
- classId String
- createTime String
- criticalAlarms DoubleCount 
- domainGroup StringMoid 
- health String
- infoAlarms DoubleCount 
- moType String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetCond Alarm Aggregation Parent 
- permissionResources List<GetCond Alarm Aggregation Permission Resource> 
- String
- 
List<GetCond Alarm Aggregation Tag> 
- versionContext GetCond Alarm Aggregation Version Context 
- warningAlarms DoubleCount 
- id string
- results
GetCond Alarm Aggregation Result[] 
- accountMoid string
- additionalProperties string
- alarmAggregation GetSource Cond Alarm Aggregation Alarm Aggregation Source 
- alarmSummary GetCond Alarm Aggregation Alarm Summary 
- ancestors
GetCond Alarm Aggregation Ancestor[] 
- classId string
- createTime string
- criticalAlarms numberCount 
- domainGroup stringMoid 
- health string
- infoAlarms numberCount 
- moType string
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetCond Alarm Aggregation Parent 
- permissionResources GetCond Alarm Aggregation Permission Resource[] 
- string
- 
GetCond Alarm Aggregation Tag[] 
- versionContext GetCond Alarm Aggregation Version Context 
- warningAlarms numberCount 
- id str
- results
Sequence[GetCond Alarm Aggregation Result] 
- account_moid str
- additional_properties str
- alarm_aggregation_ Getsource Cond Alarm Aggregation Alarm Aggregation Source 
- alarm_summary GetCond Alarm Aggregation Alarm Summary 
- ancestors
Sequence[GetCond Alarm Aggregation Ancestor] 
- class_id str
- create_time str
- critical_alarms_ floatcount 
- domain_group_ strmoid 
- health str
- info_alarms_ floatcount 
- mo_type str
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetCond Alarm Aggregation Parent 
- permission_resources Sequence[GetCond Alarm Aggregation Permission Resource] 
- str
- 
Sequence[GetCond Alarm Aggregation Tag] 
- version_context GetCond Alarm Aggregation Version Context 
- warning_alarms_ floatcount 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- alarmAggregation Property MapSource 
- alarmSummary Property Map
- ancestors List<Property Map>
- classId String
- createTime String
- criticalAlarms NumberCount 
- domainGroup StringMoid 
- health String
- infoAlarms NumberCount 
- moType String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- versionContext Property Map
- warningAlarms NumberCount 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCondAlarmAggregationResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmAggregation List<GetSources Cond Alarm Aggregation Result Alarm Aggregation Source> 
- AlarmSummaries List<GetCond Alarm Aggregation Result Alarm Summary> 
- Ancestors
List<GetCond Alarm Aggregation Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CriticalAlarms doubleCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- DomainGroup stringMoid 
- 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.
- InfoAlarms doubleCount 
- 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>
- Parents
List<GetCond Alarm Aggregation Result Parent> 
- PermissionResources List<GetCond Alarm Aggregation Result Permission Resource> 
- 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.
- 
List<GetCond Alarm Aggregation Result Tag> 
- VersionContexts List<GetCond Alarm Aggregation Result Version Context> 
- WarningAlarms doubleCount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmAggregation []GetSources Cond Alarm Aggregation Result Alarm Aggregation Source 
- AlarmSummaries []GetCond Alarm Aggregation Result Alarm Summary 
- Ancestors
[]GetCond Alarm Aggregation Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CriticalAlarms float64Count 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- DomainGroup stringMoid 
- 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.
- InfoAlarms float64Count 
- 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
- Parents
[]GetCond Alarm Aggregation Result Parent 
- PermissionResources []GetCond Alarm Aggregation Result Permission Resource 
- 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.
- 
[]GetCond Alarm Aggregation Result Tag 
- VersionContexts []GetCond Alarm Aggregation Result Version Context 
- WarningAlarms float64Count 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmAggregation List<GetSources Cond Alarm Aggregation Result Alarm Aggregation Source> 
- alarmSummaries List<GetCond Alarm Aggregation Result Alarm Summary> 
- ancestors
List<GetCond Alarm Aggregation Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- criticalAlarms DoubleCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domainGroup StringMoid 
- 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.
- infoAlarms DoubleCount 
- 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>
- parents
List<GetCond Alarm Aggregation Result Parent> 
- permissionResources List<GetCond Alarm Aggregation Result Permission Resource> 
- 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.
- 
List<GetCond Alarm Aggregation Result Tag> 
- versionContexts List<GetCond Alarm Aggregation Result Version Context> 
- warningAlarms DoubleCount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmAggregation GetSources Cond Alarm Aggregation Result Alarm Aggregation Source[] 
- alarmSummaries GetCond Alarm Aggregation Result Alarm Summary[] 
- ancestors
GetCond Alarm Aggregation Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- criticalAlarms numberCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domainGroup stringMoid 
- 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.
- infoAlarms numberCount 
- 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[]
- parents
GetCond Alarm Aggregation Result Parent[] 
- permissionResources GetCond Alarm Aggregation Result Permission Resource[] 
- 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.
- 
GetCond Alarm Aggregation Result Tag[] 
- versionContexts GetCond Alarm Aggregation Result Version Context[] 
- warningAlarms numberCount 
- 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_ Sequence[Getsources Cond Alarm Aggregation Result Alarm Aggregation Source] 
- alarm_summaries Sequence[GetCond Alarm Aggregation Result Alarm Summary] 
- ancestors
Sequence[GetCond Alarm Aggregation Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- critical_alarms_ floatcount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domain_group_ strmoid 
- 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.
- info_alarms_ floatcount 
- 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]
- parents
Sequence[GetCond Alarm Aggregation Result Parent] 
- permission_resources Sequence[GetCond Alarm Aggregation Result Permission Resource] 
- 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.
- 
Sequence[GetCond Alarm Aggregation Result Tag] 
- version_contexts Sequence[GetCond Alarm Aggregation Result Version Context] 
- warning_alarms_ floatcount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmAggregation List<Property Map>Sources 
- alarmSummaries List<Property Map>
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- criticalAlarms NumberCount 
- Count of all alarms with severity Critical, irrespective of acknowledgement status.
- domainGroup StringMoid 
- 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.
- infoAlarms NumberCount 
- 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>
- parents List<Property Map>
- permissionResources List<Property Map>
- 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.
- List<Property Map>
- versionContexts List<Property Map>
- warningAlarms NumberCount 
- Count of all alarms with severity Warning, irrespective of acknowledgement status.
GetCondAlarmAggregationResultAlarmAggregationSource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCondAlarmAggregationResultAlarmSummary      
- AdditionalProperties string
- ClassId string
- Critical double
- 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
- ObjectType string
- SuppressedCritical double
- SuppressedInfo double
- SuppressedWarning double
- Warning double
- AdditionalProperties string
- ClassId string
- Critical float64
- 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
- ObjectType string
- SuppressedCritical float64
- SuppressedInfo float64
- SuppressedWarning float64
- Warning float64
- additionalProperties String
- classId String
- critical Double
- 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
- objectType String
- suppressedCritical Double
- suppressedInfo Double
- suppressedWarning Double
- warning Double
- additionalProperties string
- classId string
- critical number
- 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
- objectType string
- suppressedCritical number
- suppressedInfo number
- suppressedWarning number
- warning number
- additional_properties str
- class_id str
- critical float
- 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
- object_type str
- suppressed_critical float
- suppressed_info float
- suppressed_warning float
- warning float
- additionalProperties String
- classId String
- critical Number
- 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
- objectType String
- suppressedCritical Number
- suppressedInfo Number
- suppressedWarning Number
- warning Number
GetCondAlarmAggregationResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCondAlarmAggregationResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCondAlarmAggregationResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCondAlarmAggregationResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetCondAlarmAggregationResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetCondAlarmAggregationResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCondAlarmAggregationResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
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<GetCond Alarm Aggregation Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetCond Alarm Aggregation Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetCond Alarm Aggregation Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetCond Alarm Aggregation Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetCond Alarm Aggregation Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetCond Alarm Aggregation Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetCond Alarm Aggregation Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetCond Alarm Aggregation Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetCond Alarm Aggregation Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetCond Alarm Aggregation Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet