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

intersight.getCondAlarmAggregation

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
    AlarmSummary GetCondAlarmAggregationAlarmSummary
    Ancestors List<GetCondAlarmAggregationAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CriticalAlarmsCount double
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Id string
    InfoAlarmsCount double
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    MoType string
    Managed object type. For example, FI managed object type will be network.Element.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetCondAlarmAggregationParent
    PermissionResources List<GetCondAlarmAggregationPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCondAlarmAggregationTag>
    VersionContext GetCondAlarmAggregationVersionContext
    WarningAlarmsCount double
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
    AlarmSummary GetCondAlarmAggregationAlarmSummary
    Ancestors []GetCondAlarmAggregationAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CriticalAlarmsCount float64
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Id string
    InfoAlarmsCount float64
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    MoType string
    Managed object type. For example, FI managed object type will be network.Element.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetCondAlarmAggregationParent
    PermissionResources []GetCondAlarmAggregationPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCondAlarmAggregationTag
    VersionContext GetCondAlarmAggregationVersionContext
    WarningAlarmsCount float64
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
    alarmSummary GetCondAlarmAggregationAlarmSummary
    ancestors List<GetCondAlarmAggregationAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    criticalAlarmsCount Double
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    id String
    infoAlarmsCount Double
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    moType String
    Managed object type. For example, FI managed object type will be network.Element.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetCondAlarmAggregationParent
    permissionResources List<GetCondAlarmAggregationPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCondAlarmAggregationTag>
    versionContext GetCondAlarmAggregationVersionContext
    warningAlarmsCount Double
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmAggregationSource GetCondAlarmAggregationAlarmAggregationSource
    alarmSummary GetCondAlarmAggregationAlarmSummary
    ancestors GetCondAlarmAggregationAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    criticalAlarmsCount number
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    id string
    infoAlarmsCount number
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    moType string
    Managed object type. For example, FI managed object type will be network.Element.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetCondAlarmAggregationParent
    permissionResources GetCondAlarmAggregationPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCondAlarmAggregationTag[]
    versionContext GetCondAlarmAggregationVersionContext
    warningAlarmsCount number
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_aggregation_source GetCondAlarmAggregationAlarmAggregationSource
    alarm_summary GetCondAlarmAggregationAlarmSummary
    ancestors Sequence[GetCondAlarmAggregationAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    critical_alarms_count float
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    id str
    info_alarms_count float
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    mo_type str
    Managed object type. For example, FI managed object type will be network.Element.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetCondAlarmAggregationParent
    permission_resources Sequence[GetCondAlarmAggregationPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCondAlarmAggregationTag]
    version_context GetCondAlarmAggregationVersionContext
    warning_alarms_count float
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmAggregationSource Property Map
    alarmSummary Property Map
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    criticalAlarmsCount Number
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    id String
    infoAlarmsCount Number
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    moType String
    Managed object type. For example, FI managed object type will be network.Element.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map
    warningAlarmsCount Number
    Count of all alarms with severity Warning, irrespective of acknowledgement status.

    getCondAlarmAggregation Result

    The following output properties are available:

    Supporting Types

    GetCondAlarmAggregationAlarmAggregationSource

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

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

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

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

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

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

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

    GetCondAlarmAggregationAlarmSummary

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Critical double
    The count of active alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Info double
    The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SuppressedCritical double
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo double
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning double
    The count of active suppressed alarms that have severity type Warning.
    Warning double
    The count of active alarms that have severity type Warning.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Critical float64
    The count of active alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    Info float64
    The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SuppressedCritical float64
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo float64
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning float64
    The count of active suppressed alarms that have severity type Warning.
    Warning float64
    The count of active alarms that have severity type Warning.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical Double
    The count of active alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    info Double
    The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical Double
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Double
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Double
    The count of active suppressed alarms that have severity type Warning.
    warning Double
    The count of active alarms that have severity type Warning.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical number
    The count of active alarms that have severity type Critical.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    info number
    The count of active alarms that have severity type Info.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning number
    The count of active suppressed alarms that have severity type Warning.
    warning number
    The count of active alarms that have severity type Warning.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical float
    The count of active alarms that have severity type Critical.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    info float
    The count of active alarms that have severity type Info.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed_critical float
    The count of active suppressed alarms that have severity type Critical.
    suppressed_info float
    The count of active suppressed alarms that have severity type Info.
    suppressed_warning float
    The count of active suppressed alarms that have severity type Warning.
    warning float
    The count of active alarms that have severity type Warning.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical Number
    The count of active alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    info Number
    The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical Number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Number
    The count of active suppressed alarms that have severity type Warning.
    warning Number
    The count of active alarms that have severity type Warning.

    GetCondAlarmAggregationAncestor

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

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

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

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

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

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

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

    GetCondAlarmAggregationParent

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

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

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

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

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

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

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

    GetCondAlarmAggregationPermissionResource

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

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

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

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

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

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

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

    GetCondAlarmAggregationResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmAggregationSources List<GetCondAlarmAggregationResultAlarmAggregationSource>
    AlarmSummaries List<GetCondAlarmAggregationResultAlarmSummary>
    Ancestors List<GetCondAlarmAggregationResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CriticalAlarmsCount double
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    InfoAlarmsCount double
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    MoType string
    Managed object type. For example, FI managed object type will be network.Element.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetCondAlarmAggregationResultParent>
    PermissionResources List<GetCondAlarmAggregationResultPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCondAlarmAggregationResultTag>
    VersionContexts List<GetCondAlarmAggregationResultVersionContext>
    WarningAlarmsCount double
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmAggregationSources []GetCondAlarmAggregationResultAlarmAggregationSource
    AlarmSummaries []GetCondAlarmAggregationResultAlarmSummary
    Ancestors []GetCondAlarmAggregationResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CriticalAlarmsCount float64
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    InfoAlarmsCount float64
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    MoType string
    Managed object type. For example, FI managed object type will be network.Element.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetCondAlarmAggregationResultParent
    PermissionResources []GetCondAlarmAggregationResultPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCondAlarmAggregationResultTag
    VersionContexts []GetCondAlarmAggregationResultVersionContext
    WarningAlarmsCount float64
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmAggregationSources List<GetCondAlarmAggregationResultAlarmAggregationSource>
    alarmSummaries List<GetCondAlarmAggregationResultAlarmSummary>
    ancestors List<GetCondAlarmAggregationResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    criticalAlarmsCount Double
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    infoAlarmsCount Double
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    moType String
    Managed object type. For example, FI managed object type will be network.Element.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetCondAlarmAggregationResultParent>
    permissionResources List<GetCondAlarmAggregationResultPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCondAlarmAggregationResultTag>
    versionContexts List<GetCondAlarmAggregationResultVersionContext>
    warningAlarmsCount Double
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmAggregationSources GetCondAlarmAggregationResultAlarmAggregationSource[]
    alarmSummaries GetCondAlarmAggregationResultAlarmSummary[]
    ancestors GetCondAlarmAggregationResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    criticalAlarmsCount number
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    infoAlarmsCount number
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    moType string
    Managed object type. For example, FI managed object type will be network.Element.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetCondAlarmAggregationResultParent[]
    permissionResources GetCondAlarmAggregationResultPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCondAlarmAggregationResultTag[]
    versionContexts GetCondAlarmAggregationResultVersionContext[]
    warningAlarmsCount number
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_aggregation_sources Sequence[GetCondAlarmAggregationResultAlarmAggregationSource]
    alarm_summaries Sequence[GetCondAlarmAggregationResultAlarmSummary]
    ancestors Sequence[GetCondAlarmAggregationResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    critical_alarms_count float
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    info_alarms_count float
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    mo_type str
    Managed object type. For example, FI managed object type will be network.Element.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetCondAlarmAggregationResultParent]
    permission_resources Sequence[GetCondAlarmAggregationResultPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCondAlarmAggregationResultTag]
    version_contexts Sequence[GetCondAlarmAggregationResultVersionContext]
    warning_alarms_count float
    Count of all alarms with severity Warning, irrespective of acknowledgement status.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmAggregationSources List<Property Map>
    alarmSummaries List<Property Map>
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    criticalAlarmsCount Number
    Count of all alarms with severity Critical, irrespective of acknowledgement status.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    infoAlarmsCount Number
    Count of all alarms with severity Info, irrespective of acknowledgement status.
    moType String
    Managed object type. For example, FI managed object type will be network.Element.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>
    warningAlarmsCount Number
    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
    additionalProperties String
    key String
    value String

    GetCondAlarmAggregationResultVersionContext

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

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

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

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

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

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

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

    GetCondAlarmAggregationVersionContextInterestedMo

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

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

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

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

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

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

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

    GetCondAlarmAggregationVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet