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

intersight.getHciAlarm

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    An alert from an HCI cluster reported from the Prism Central serviceability/Alerts API.

    Using getHciAlarm

    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 getHciAlarm(args: GetHciAlarmArgs, opts?: InvokeOptions): Promise<GetHciAlarmResult>
    function getHciAlarmOutput(args: GetHciAlarmOutputArgs, opts?: InvokeOptions): Output<GetHciAlarmResult>
    def get_hci_alarm(account_moid: Optional[str] = None,
                      additional_properties: Optional[str] = None,
                      alarm_ext_id: Optional[str] = None,
                      alert_type: Optional[str] = None,
                      ancestors: Optional[Sequence[GetHciAlarmAncestor]] = None,
                      class_id: Optional[str] = None,
                      cluster: Optional[GetHciAlarmCluster] = None,
                      cluster_ext_id: Optional[str] = None,
                      create_time: Optional[str] = None,
                      domain_group_moid: Optional[str] = None,
                      id: Optional[str] = None,
                      is_resolved: Optional[bool] = None,
                      message: Optional[str] = None,
                      mod_time: Optional[str] = None,
                      moid: Optional[str] = None,
                      object_type: Optional[str] = None,
                      origin_acknowledge_time: Optional[str] = None,
                      origin_creation_time: Optional[str] = None,
                      origin_is_acknowledged: Optional[bool] = None,
                      owners: Optional[Sequence[str]] = None,
                      parameters: Optional[Sequence[GetHciAlarmParameter]] = None,
                      parent: Optional[GetHciAlarmParent] = None,
                      permission_resources: Optional[Sequence[GetHciAlarmPermissionResource]] = None,
                      registered_device: Optional[GetHciAlarmRegisteredDevice] = None,
                      resolved_time: Optional[str] = None,
                      severity: Optional[str] = None,
                      shared_scope: Optional[str] = None,
                      source_entity_ext_id: Optional[str] = None,
                      source_entity_name: Optional[str] = None,
                      source_entity_type: Optional[str] = None,
                      tags: Optional[Sequence[GetHciAlarmTag]] = None,
                      title: Optional[str] = None,
                      version_context: Optional[GetHciAlarmVersionContext] = None,
                      opts: Optional[InvokeOptions] = None) -> GetHciAlarmResult
    def get_hci_alarm_output(account_moid: Optional[pulumi.Input[str]] = None,
                      additional_properties: Optional[pulumi.Input[str]] = None,
                      alarm_ext_id: Optional[pulumi.Input[str]] = None,
                      alert_type: Optional[pulumi.Input[str]] = None,
                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmAncestorArgs]]]] = None,
                      class_id: Optional[pulumi.Input[str]] = None,
                      cluster: Optional[pulumi.Input[GetHciAlarmClusterArgs]] = None,
                      cluster_ext_id: Optional[pulumi.Input[str]] = None,
                      create_time: Optional[pulumi.Input[str]] = None,
                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      is_resolved: Optional[pulumi.Input[bool]] = None,
                      message: 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,
                      origin_acknowledge_time: Optional[pulumi.Input[str]] = None,
                      origin_creation_time: Optional[pulumi.Input[str]] = None,
                      origin_is_acknowledged: Optional[pulumi.Input[bool]] = None,
                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                      parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmParameterArgs]]]] = None,
                      parent: Optional[pulumi.Input[GetHciAlarmParentArgs]] = None,
                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmPermissionResourceArgs]]]] = None,
                      registered_device: Optional[pulumi.Input[GetHciAlarmRegisteredDeviceArgs]] = None,
                      resolved_time: Optional[pulumi.Input[str]] = None,
                      severity: Optional[pulumi.Input[str]] = None,
                      shared_scope: Optional[pulumi.Input[str]] = None,
                      source_entity_ext_id: Optional[pulumi.Input[str]] = None,
                      source_entity_name: Optional[pulumi.Input[str]] = None,
                      source_entity_type: Optional[pulumi.Input[str]] = None,
                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmTagArgs]]]] = None,
                      title: Optional[pulumi.Input[str]] = None,
                      version_context: Optional[pulumi.Input[GetHciAlarmVersionContextArgs]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetHciAlarmResult]
    func LookupHciAlarm(ctx *Context, args *LookupHciAlarmArgs, opts ...InvokeOption) (*LookupHciAlarmResult, error)
    func LookupHciAlarmOutput(ctx *Context, args *LookupHciAlarmOutputArgs, opts ...InvokeOption) LookupHciAlarmResultOutput

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

    public static class GetHciAlarm 
    {
        public static Task<GetHciAlarmResult> InvokeAsync(GetHciAlarmArgs args, InvokeOptions? opts = null)
        public static Output<GetHciAlarmResult> Invoke(GetHciAlarmInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHciAlarmResult> getHciAlarm(GetHciAlarmArgs args, InvokeOptions options)
    public static Output<GetHciAlarmResult> getHciAlarm(GetHciAlarmArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHciAlarm:getHciAlarm
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmExtId string
    The unique identifier for the alarm on the endpoint.
    AlertType string
    The code for the reported alarm.
    Ancestors List<GetHciAlarmAncestor>
    ClassId string
    Cluster GetHciAlarmCluster
    ClusterExtId string
    The unique identifer for the cluster associated with the source entity on the endpoint.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsResolved bool
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    Message string
    The description from the endpoint explaining the cause of the alarm.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginAcknowledgeTime string
    The time the alarm was acknowledged on the endpoint.
    OriginCreationTime string
    The time the alarm was created on the endpoint.
    OriginIsAcknowledged bool
    The acknowledgement status of the alert on the endpoint.
    Owners List<string>
    Parameters List<GetHciAlarmParameter>
    Parent GetHciAlarmParent
    PermissionResources List<GetHciAlarmPermissionResource>
    RegisteredDevice GetHciAlarmRegisteredDevice
    ResolvedTime string
    The time the alarm was resolved on the endpoint.
    Severity string
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceEntityExtId string
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    SourceEntityName string
    The name of the entity on the endpoint for which the alarm was raised.
    SourceEntityType string
    The object type for the entity corresponding to the objects inventoried.
    Tags List<GetHciAlarmTag>
    Title string
    The title of the reported alarm.
    VersionContext GetHciAlarmVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmExtId string
    The unique identifier for the alarm on the endpoint.
    AlertType string
    The code for the reported alarm.
    Ancestors []GetHciAlarmAncestor
    ClassId string
    Cluster GetHciAlarmCluster
    ClusterExtId string
    The unique identifer for the cluster associated with the source entity on the endpoint.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsResolved bool
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    Message string
    The description from the endpoint explaining the cause of the alarm.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginAcknowledgeTime string
    The time the alarm was acknowledged on the endpoint.
    OriginCreationTime string
    The time the alarm was created on the endpoint.
    OriginIsAcknowledged bool
    The acknowledgement status of the alert on the endpoint.
    Owners []string
    Parameters []GetHciAlarmParameter
    Parent GetHciAlarmParent
    PermissionResources []GetHciAlarmPermissionResource
    RegisteredDevice GetHciAlarmRegisteredDevice
    ResolvedTime string
    The time the alarm was resolved on the endpoint.
    Severity string
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceEntityExtId string
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    SourceEntityName string
    The name of the entity on the endpoint for which the alarm was raised.
    SourceEntityType string
    The object type for the entity corresponding to the objects inventoried.
    Tags []GetHciAlarmTag
    Title string
    The title of the reported alarm.
    VersionContext GetHciAlarmVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmExtId String
    The unique identifier for the alarm on the endpoint.
    alertType String
    The code for the reported alarm.
    ancestors List<GetHciAlarmAncestor>
    classId String
    cluster GetHciAlarmCluster
    clusterExtId String
    The unique identifer for the cluster associated with the source entity on the endpoint.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isResolved Boolean
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message String
    The description from the endpoint explaining the cause of the alarm.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originAcknowledgeTime String
    The time the alarm was acknowledged on the endpoint.
    originCreationTime String
    The time the alarm was created on the endpoint.
    originIsAcknowledged Boolean
    The acknowledgement status of the alert on the endpoint.
    owners List<String>
    parameters List<GetHciAlarmParameter>
    parent GetHciAlarmParent
    permissionResources List<GetHciAlarmPermissionResource>
    registeredDevice GetHciAlarmRegisteredDevice
    resolvedTime String
    The time the alarm was resolved on the endpoint.
    severity String
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceEntityExtId String
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    sourceEntityName String
    The name of the entity on the endpoint for which the alarm was raised.
    sourceEntityType String
    The object type for the entity corresponding to the objects inventoried.
    tags List<GetHciAlarmTag>
    title String
    The title of the reported alarm.
    versionContext GetHciAlarmVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmExtId string
    The unique identifier for the alarm on the endpoint.
    alertType string
    The code for the reported alarm.
    ancestors GetHciAlarmAncestor[]
    classId string
    cluster GetHciAlarmCluster
    clusterExtId string
    The unique identifer for the cluster associated with the source entity on the endpoint.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    isResolved boolean
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message string
    The description from the endpoint explaining the cause of the alarm.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    originAcknowledgeTime string
    The time the alarm was acknowledged on the endpoint.
    originCreationTime string
    The time the alarm was created on the endpoint.
    originIsAcknowledged boolean
    The acknowledgement status of the alert on the endpoint.
    owners string[]
    parameters GetHciAlarmParameter[]
    parent GetHciAlarmParent
    permissionResources GetHciAlarmPermissionResource[]
    registeredDevice GetHciAlarmRegisteredDevice
    resolvedTime string
    The time the alarm was resolved on the endpoint.
    severity string
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceEntityExtId string
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    sourceEntityName string
    The name of the entity on the endpoint for which the alarm was raised.
    sourceEntityType string
    The object type for the entity corresponding to the objects inventoried.
    tags GetHciAlarmTag[]
    title string
    The title of the reported alarm.
    versionContext GetHciAlarmVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_ext_id str
    The unique identifier for the alarm on the endpoint.
    alert_type str
    The code for the reported alarm.
    ancestors Sequence[GetHciAlarmAncestor]
    class_id str
    cluster GetHciAlarmCluster
    cluster_ext_id str
    The unique identifer for the cluster associated with the source entity on the endpoint.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    is_resolved bool
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message str
    The description from the endpoint explaining the cause of the alarm.
    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
    origin_acknowledge_time str
    The time the alarm was acknowledged on the endpoint.
    origin_creation_time str
    The time the alarm was created on the endpoint.
    origin_is_acknowledged bool
    The acknowledgement status of the alert on the endpoint.
    owners Sequence[str]
    parameters Sequence[GetHciAlarmParameter]
    parent GetHciAlarmParent
    permission_resources Sequence[GetHciAlarmPermissionResource]
    registered_device GetHciAlarmRegisteredDevice
    resolved_time str
    The time the alarm was resolved on the endpoint.
    severity str
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    source_entity_ext_id str
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    source_entity_name str
    The name of the entity on the endpoint for which the alarm was raised.
    source_entity_type str
    The object type for the entity corresponding to the objects inventoried.
    tags Sequence[GetHciAlarmTag]
    title str
    The title of the reported alarm.
    version_context GetHciAlarmVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmExtId String
    The unique identifier for the alarm on the endpoint.
    alertType String
    The code for the reported alarm.
    ancestors List<Property Map>
    classId String
    cluster Property Map
    clusterExtId String
    The unique identifer for the cluster associated with the source entity on the endpoint.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isResolved Boolean
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message String
    The description from the endpoint explaining the cause of the alarm.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originAcknowledgeTime String
    The time the alarm was acknowledged on the endpoint.
    originCreationTime String
    The time the alarm was created on the endpoint.
    originIsAcknowledged Boolean
    The acknowledgement status of the alert on the endpoint.
    owners List<String>
    parameters List<Property Map>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    resolvedTime String
    The time the alarm was resolved on the endpoint.
    severity String
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceEntityExtId String
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    sourceEntityName String
    The name of the entity on the endpoint for which the alarm was raised.
    sourceEntityType String
    The object type for the entity corresponding to the objects inventoried.
    tags List<Property Map>
    title String
    The title of the reported alarm.
    versionContext Property Map

    getHciAlarm Result

    The following output properties are available:

    Supporting Types

    GetHciAlarmAncestor

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

    GetHciAlarmCluster

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

    GetHciAlarmParameter

    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.
    Name string
    The name of the alarm parameter from the endpoint object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Value string
    The value of the alarm parameter from the endpoint object.
    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.
    Name string
    The name of the alarm parameter from the endpoint object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Value string
    The value of the alarm parameter from the endpoint object.
    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.
    name String
    The name of the alarm parameter from the endpoint object.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value String
    The value of the alarm parameter from the endpoint object.
    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.
    name string
    The name of the alarm parameter from the endpoint object.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value string
    The value of the alarm parameter from the endpoint object.
    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.
    name str
    The name of the alarm parameter from the endpoint object.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value str
    The value of the alarm parameter from the endpoint object.
    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.
    name String
    The name of the alarm parameter from the endpoint object.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value String
    The value of the alarm parameter from the endpoint object.

    GetHciAlarmParent

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

    GetHciAlarmPermissionResource

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

    GetHciAlarmRegisteredDevice

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

    GetHciAlarmResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmExtId string
    The unique identifier for the alarm on the endpoint.
    AlertType string
    The code for the reported alarm.
    Ancestors List<GetHciAlarmResultAncestor>
    ClassId string
    ClusterExtId string
    The unique identifer for the cluster associated with the source entity on the endpoint.
    Clusters List<GetHciAlarmResultCluster>
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsResolved bool
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    Message string
    The description from the endpoint explaining the cause of the alarm.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginAcknowledgeTime string
    The time the alarm was acknowledged on the endpoint.
    OriginCreationTime string
    The time the alarm was created on the endpoint.
    OriginIsAcknowledged bool
    The acknowledgement status of the alert on the endpoint.
    Owners List<string>
    Parameters List<GetHciAlarmResultParameter>
    Parents List<GetHciAlarmResultParent>
    PermissionResources List<GetHciAlarmResultPermissionResource>
    RegisteredDevices List<GetHciAlarmResultRegisteredDevice>
    ResolvedTime string
    The time the alarm was resolved on the endpoint.
    Severity string
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceEntityExtId string
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    SourceEntityName string
    The name of the entity on the endpoint for which the alarm was raised.
    SourceEntityType string
    The object type for the entity corresponding to the objects inventoried.
    Tags List<GetHciAlarmResultTag>
    Title string
    The title of the reported alarm.
    VersionContexts List<GetHciAlarmResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmExtId string
    The unique identifier for the alarm on the endpoint.
    AlertType string
    The code for the reported alarm.
    Ancestors []GetHciAlarmResultAncestor
    ClassId string
    ClusterExtId string
    The unique identifer for the cluster associated with the source entity on the endpoint.
    Clusters []GetHciAlarmResultCluster
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsResolved bool
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    Message string
    The description from the endpoint explaining the cause of the alarm.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginAcknowledgeTime string
    The time the alarm was acknowledged on the endpoint.
    OriginCreationTime string
    The time the alarm was created on the endpoint.
    OriginIsAcknowledged bool
    The acknowledgement status of the alert on the endpoint.
    Owners []string
    Parameters []GetHciAlarmResultParameter
    Parents []GetHciAlarmResultParent
    PermissionResources []GetHciAlarmResultPermissionResource
    RegisteredDevices []GetHciAlarmResultRegisteredDevice
    ResolvedTime string
    The time the alarm was resolved on the endpoint.
    Severity string
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceEntityExtId string
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    SourceEntityName string
    The name of the entity on the endpoint for which the alarm was raised.
    SourceEntityType string
    The object type for the entity corresponding to the objects inventoried.
    Tags []GetHciAlarmResultTag
    Title string
    The title of the reported alarm.
    VersionContexts []GetHciAlarmResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmExtId String
    The unique identifier for the alarm on the endpoint.
    alertType String
    The code for the reported alarm.
    ancestors List<GetHciAlarmResultAncestor>
    classId String
    clusterExtId String
    The unique identifer for the cluster associated with the source entity on the endpoint.
    clusters List<GetHciAlarmResultCluster>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isResolved Boolean
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message String
    The description from the endpoint explaining the cause of the alarm.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originAcknowledgeTime String
    The time the alarm was acknowledged on the endpoint.
    originCreationTime String
    The time the alarm was created on the endpoint.
    originIsAcknowledged Boolean
    The acknowledgement status of the alert on the endpoint.
    owners List<String>
    parameters List<GetHciAlarmResultParameter>
    parents List<GetHciAlarmResultParent>
    permissionResources List<GetHciAlarmResultPermissionResource>
    registeredDevices List<GetHciAlarmResultRegisteredDevice>
    resolvedTime String
    The time the alarm was resolved on the endpoint.
    severity String
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceEntityExtId String
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    sourceEntityName String
    The name of the entity on the endpoint for which the alarm was raised.
    sourceEntityType String
    The object type for the entity corresponding to the objects inventoried.
    tags List<GetHciAlarmResultTag>
    title String
    The title of the reported alarm.
    versionContexts List<GetHciAlarmResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmExtId string
    The unique identifier for the alarm on the endpoint.
    alertType string
    The code for the reported alarm.
    ancestors GetHciAlarmResultAncestor[]
    classId string
    clusterExtId string
    The unique identifer for the cluster associated with the source entity on the endpoint.
    clusters GetHciAlarmResultCluster[]
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    isResolved boolean
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message string
    The description from the endpoint explaining the cause of the alarm.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    originAcknowledgeTime string
    The time the alarm was acknowledged on the endpoint.
    originCreationTime string
    The time the alarm was created on the endpoint.
    originIsAcknowledged boolean
    The acknowledgement status of the alert on the endpoint.
    owners string[]
    parameters GetHciAlarmResultParameter[]
    parents GetHciAlarmResultParent[]
    permissionResources GetHciAlarmResultPermissionResource[]
    registeredDevices GetHciAlarmResultRegisteredDevice[]
    resolvedTime string
    The time the alarm was resolved on the endpoint.
    severity string
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceEntityExtId string
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    sourceEntityName string
    The name of the entity on the endpoint for which the alarm was raised.
    sourceEntityType string
    The object type for the entity corresponding to the objects inventoried.
    tags GetHciAlarmResultTag[]
    title string
    The title of the reported alarm.
    versionContexts GetHciAlarmResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_ext_id str
    The unique identifier for the alarm on the endpoint.
    alert_type str
    The code for the reported alarm.
    ancestors Sequence[GetHciAlarmResultAncestor]
    class_id str
    cluster_ext_id str
    The unique identifer for the cluster associated with the source entity on the endpoint.
    clusters Sequence[GetHciAlarmResultCluster]
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    is_resolved bool
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message str
    The description from the endpoint explaining the cause of the alarm.
    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
    origin_acknowledge_time str
    The time the alarm was acknowledged on the endpoint.
    origin_creation_time str
    The time the alarm was created on the endpoint.
    origin_is_acknowledged bool
    The acknowledgement status of the alert on the endpoint.
    owners Sequence[str]
    parameters Sequence[GetHciAlarmResultParameter]
    parents Sequence[GetHciAlarmResultParent]
    permission_resources Sequence[GetHciAlarmResultPermissionResource]
    registered_devices Sequence[GetHciAlarmResultRegisteredDevice]
    resolved_time str
    The time the alarm was resolved on the endpoint.
    severity str
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    source_entity_ext_id str
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    source_entity_name str
    The name of the entity on the endpoint for which the alarm was raised.
    source_entity_type str
    The object type for the entity corresponding to the objects inventoried.
    tags Sequence[GetHciAlarmResultTag]
    title str
    The title of the reported alarm.
    version_contexts Sequence[GetHciAlarmResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmExtId String
    The unique identifier for the alarm on the endpoint.
    alertType String
    The code for the reported alarm.
    ancestors List<Property Map>
    classId String
    clusterExtId String
    The unique identifer for the cluster associated with the source entity on the endpoint.
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isResolved Boolean
    The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
    message String
    The description from the endpoint explaining the cause of the alarm.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originAcknowledgeTime String
    The time the alarm was acknowledged on the endpoint.
    originCreationTime String
    The time the alarm was created on the endpoint.
    originIsAcknowledged Boolean
    The acknowledgement status of the alert on the endpoint.
    owners List<String>
    parameters List<Property Map>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    resolvedTime String
    The time the alarm was resolved on the endpoint.
    severity String
    The severity of the alarm. Valid values are Critical, Warning, Info.* None - The Enum value None represents that there is no severity.* Info - The Enum value Info represents the Informational level of severity.* Critical - The Enum value Critical represents the Critical level of severity.* Warning - The Enum value Warning represents the Warning level of severity.* Cleared - The Enum value Cleared represents that the alarm severity has been cleared.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceEntityExtId String
    The unique identifer for the entity on the endpoint for which the alarm was raised.
    sourceEntityName String
    The name of the entity on the endpoint for which the alarm was raised.
    sourceEntityType String
    The object type for the entity corresponding to the objects inventoried.
    tags List<Property Map>
    title String
    The title of the reported alarm.
    versionContexts List<Property Map>

    GetHciAlarmResultAncestor

    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

    GetHciAlarmResultCluster

    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

    GetHciAlarmResultParameter

    AdditionalProperties string
    ClassId string
    Name string
    ObjectType string
    Value string
    AdditionalProperties string
    ClassId string
    Name string
    ObjectType string
    Value string
    additionalProperties String
    classId String
    name String
    objectType String
    value String
    additionalProperties string
    classId string
    name string
    objectType string
    value string
    additionalProperties String
    classId String
    name String
    objectType String
    value String

    GetHciAlarmResultParent

    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

    GetHciAlarmResultPermissionResource

    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

    GetHciAlarmResultRegisteredDevice

    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

    GetHciAlarmResultTag

    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

    GetHciAlarmResultVersionContext

    GetHciAlarmResultVersionContextInterestedMo

    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

    GetHciAlarmResultVersionContextRefMo

    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

    GetHciAlarmTag

    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.

    GetHciAlarmVersionContext

    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<GetHciAlarmVersionContextInterestedMo>
    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 GetHciAlarmVersionContextRefMo
    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 []GetHciAlarmVersionContextInterestedMo
    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 GetHciAlarmVersionContextRefMo
    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<GetHciAlarmVersionContextInterestedMo>
    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 GetHciAlarmVersionContextRefMo
    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 GetHciAlarmVersionContextInterestedMo[]
    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 GetHciAlarmVersionContextRefMo
    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[GetHciAlarmVersionContextInterestedMo]
    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 GetHciAlarmVersionContextRefMo
    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.

    GetHciAlarmVersionContextInterestedMo

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

    GetHciAlarmVersionContextRefMo

    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