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

intersight.getStorageNetAppDataIpInterfaceEvent

Explore with Pulumi AI

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

    An event where the impacted resource type is an ip interface.

    Using getStorageNetAppDataIpInterfaceEvent

    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 getStorageNetAppDataIpInterfaceEvent(args: GetStorageNetAppDataIpInterfaceEventArgs, opts?: InvokeOptions): Promise<GetStorageNetAppDataIpInterfaceEventResult>
    function getStorageNetAppDataIpInterfaceEventOutput(args: GetStorageNetAppDataIpInterfaceEventOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppDataIpInterfaceEventResult>
    def get_storage_net_app_data_ip_interface_event(account_moid: Optional[str] = None,
                                                    additional_properties: Optional[str] = None,
                                                    ancestors: Optional[Sequence[GetStorageNetAppDataIpInterfaceEventAncestor]] = None,
                                                    cause: Optional[str] = None,
                                                    class_id: Optional[str] = None,
                                                    cluster_uuid: Optional[str] = None,
                                                    create_time: Optional[str] = None,
                                                    current_state: Optional[str] = None,
                                                    domain_group_moid: Optional[str] = None,
                                                    duration: Optional[str] = None,
                                                    id: Optional[str] = None,
                                                    impact_area: Optional[str] = None,
                                                    impact_level: Optional[str] = None,
                                                    impact_resource_name: Optional[str] = None,
                                                    impact_resource_type: Optional[str] = None,
                                                    impact_resource_uuid: Optional[str] = None,
                                                    ip_interface: Optional[GetStorageNetAppDataIpInterfaceEventIpInterface] = None,
                                                    mod_time: Optional[str] = None,
                                                    moid: Optional[str] = None,
                                                    name: Optional[str] = None,
                                                    node_uuid: Optional[str] = None,
                                                    object_type: Optional[str] = None,
                                                    owners: Optional[Sequence[str]] = None,
                                                    parent: Optional[GetStorageNetAppDataIpInterfaceEventParent] = None,
                                                    permission_resources: Optional[Sequence[GetStorageNetAppDataIpInterfaceEventPermissionResource]] = None,
                                                    severity: Optional[str] = None,
                                                    shared_scope: Optional[str] = None,
                                                    svm_uuid: Optional[str] = None,
                                                    tags: Optional[Sequence[GetStorageNetAppDataIpInterfaceEventTag]] = None,
                                                    uuid: Optional[str] = None,
                                                    version_context: Optional[GetStorageNetAppDataIpInterfaceEventVersionContext] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetStorageNetAppDataIpInterfaceEventResult
    def get_storage_net_app_data_ip_interface_event_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppDataIpInterfaceEventAncestorArgs]]]] = None,
                                                    cause: Optional[pulumi.Input[str]] = None,
                                                    class_id: Optional[pulumi.Input[str]] = None,
                                                    cluster_uuid: Optional[pulumi.Input[str]] = None,
                                                    create_time: Optional[pulumi.Input[str]] = None,
                                                    current_state: Optional[pulumi.Input[str]] = None,
                                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                    duration: Optional[pulumi.Input[str]] = None,
                                                    id: Optional[pulumi.Input[str]] = None,
                                                    impact_area: Optional[pulumi.Input[str]] = None,
                                                    impact_level: Optional[pulumi.Input[str]] = None,
                                                    impact_resource_name: Optional[pulumi.Input[str]] = None,
                                                    impact_resource_type: Optional[pulumi.Input[str]] = None,
                                                    impact_resource_uuid: Optional[pulumi.Input[str]] = None,
                                                    ip_interface: Optional[pulumi.Input[GetStorageNetAppDataIpInterfaceEventIpInterfaceArgs]] = None,
                                                    mod_time: Optional[pulumi.Input[str]] = None,
                                                    moid: Optional[pulumi.Input[str]] = None,
                                                    name: Optional[pulumi.Input[str]] = None,
                                                    node_uuid: Optional[pulumi.Input[str]] = None,
                                                    object_type: Optional[pulumi.Input[str]] = None,
                                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                    parent: Optional[pulumi.Input[GetStorageNetAppDataIpInterfaceEventParentArgs]] = None,
                                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppDataIpInterfaceEventPermissionResourceArgs]]]] = None,
                                                    severity: Optional[pulumi.Input[str]] = None,
                                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                                    svm_uuid: Optional[pulumi.Input[str]] = None,
                                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppDataIpInterfaceEventTagArgs]]]] = None,
                                                    uuid: Optional[pulumi.Input[str]] = None,
                                                    version_context: Optional[pulumi.Input[GetStorageNetAppDataIpInterfaceEventVersionContextArgs]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppDataIpInterfaceEventResult]
    func LookupStorageNetAppDataIpInterfaceEvent(ctx *Context, args *LookupStorageNetAppDataIpInterfaceEventArgs, opts ...InvokeOption) (*LookupStorageNetAppDataIpInterfaceEventResult, error)
    func LookupStorageNetAppDataIpInterfaceEventOutput(ctx *Context, args *LookupStorageNetAppDataIpInterfaceEventOutputArgs, opts ...InvokeOption) LookupStorageNetAppDataIpInterfaceEventResultOutput

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

    public static class GetStorageNetAppDataIpInterfaceEvent 
    {
        public static Task<GetStorageNetAppDataIpInterfaceEventResult> InvokeAsync(GetStorageNetAppDataIpInterfaceEventArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageNetAppDataIpInterfaceEventResult> Invoke(GetStorageNetAppDataIpInterfaceEventInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageNetAppDataIpInterfaceEventResult> getStorageNetAppDataIpInterfaceEvent(GetStorageNetAppDataIpInterfaceEventArgs args, InvokeOptions options)
    public static Output<GetStorageNetAppDataIpInterfaceEventResult> getStorageNetAppDataIpInterfaceEvent(GetStorageNetAppDataIpInterfaceEventArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageNetAppDataIpInterfaceEvent:getStorageNetAppDataIpInterfaceEvent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppDataIpInterfaceEventAncestor>
    Cause string
    A message describing the cause for the event.
    ClassId string
    ClusterUuid string
    Unique identifier of the cluster across the datacenter.
    CreateTime string
    The time when this managed object was created.
    CurrentState string
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Duration string
    Time since the event was created, in ISO8601 standard.
    Id string
    ImpactArea string
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    ImpactLevel string
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    ImpactResourceName string
    The full name of the source of the event.
    ImpactResourceType string
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    ImpactResourceUuid string
    The unique identifier of the impacted resource.
    IpInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the event that occurred.
    NodeUuid string
    Unique identifier of the node across the cluster.
    ObjectType string
    Owners List<string>
    Parent GetStorageNetAppDataIpInterfaceEventParent
    PermissionResources List<GetStorageNetAppDataIpInterfaceEventPermissionResource>
    Severity string
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    SvmUuid string
    Unique identifier of the storage VM.
    Tags List<GetStorageNetAppDataIpInterfaceEventTag>
    Uuid string
    Unique identifier of the event.
    VersionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppDataIpInterfaceEventAncestor
    Cause string
    A message describing the cause for the event.
    ClassId string
    ClusterUuid string
    Unique identifier of the cluster across the datacenter.
    CreateTime string
    The time when this managed object was created.
    CurrentState string
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Duration string
    Time since the event was created, in ISO8601 standard.
    Id string
    ImpactArea string
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    ImpactLevel string
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    ImpactResourceName string
    The full name of the source of the event.
    ImpactResourceType string
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    ImpactResourceUuid string
    The unique identifier of the impacted resource.
    IpInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the event that occurred.
    NodeUuid string
    Unique identifier of the node across the cluster.
    ObjectType string
    Owners []string
    Parent GetStorageNetAppDataIpInterfaceEventParent
    PermissionResources []GetStorageNetAppDataIpInterfaceEventPermissionResource
    Severity string
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    SvmUuid string
    Unique identifier of the storage VM.
    Tags []GetStorageNetAppDataIpInterfaceEventTag
    Uuid string
    Unique identifier of the event.
    VersionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppDataIpInterfaceEventAncestor>
    cause String
    A message describing the cause for the event.
    classId String
    clusterUuid String
    Unique identifier of the cluster across the datacenter.
    createTime String
    The time when this managed object was created.
    currentState String
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    duration String
    Time since the event was created, in ISO8601 standard.
    id String
    impactArea String
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impactLevel String
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impactResourceName String
    The full name of the source of the event.
    impactResourceType String
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impactResourceUuid String
    The unique identifier of the impacted resource.
    ipInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the event that occurred.
    nodeUuid String
    Unique identifier of the node across the cluster.
    objectType String
    owners List<String>
    parent GetStorageNetAppDataIpInterfaceEventParent
    permissionResources List<GetStorageNetAppDataIpInterfaceEventPermissionResource>
    severity String
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svmUuid String
    Unique identifier of the storage VM.
    tags List<GetStorageNetAppDataIpInterfaceEventTag>
    uuid String
    Unique identifier of the event.
    versionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppDataIpInterfaceEventAncestor[]
    cause string
    A message describing the cause for the event.
    classId string
    clusterUuid string
    Unique identifier of the cluster across the datacenter.
    createTime string
    The time when this managed object was created.
    currentState string
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    duration string
    Time since the event was created, in ISO8601 standard.
    id string
    impactArea string
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impactLevel string
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impactResourceName string
    The full name of the source of the event.
    impactResourceType string
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impactResourceUuid string
    The unique identifier of the impacted resource.
    ipInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the event that occurred.
    nodeUuid string
    Unique identifier of the node across the cluster.
    objectType string
    owners string[]
    parent GetStorageNetAppDataIpInterfaceEventParent
    permissionResources GetStorageNetAppDataIpInterfaceEventPermissionResource[]
    severity string
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svmUuid string
    Unique identifier of the storage VM.
    tags GetStorageNetAppDataIpInterfaceEventTag[]
    uuid string
    Unique identifier of the event.
    versionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppDataIpInterfaceEventAncestor]
    cause str
    A message describing the cause for the event.
    class_id str
    cluster_uuid str
    Unique identifier of the cluster across the datacenter.
    create_time str
    The time when this managed object was created.
    current_state str
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    duration str
    Time since the event was created, in ISO8601 standard.
    id str
    impact_area str
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impact_level str
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impact_resource_name str
    The full name of the source of the event.
    impact_resource_type str
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impact_resource_uuid str
    The unique identifier of the impacted resource.
    ip_interface GetStorageNetAppDataIpInterfaceEventIpInterface
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the event that occurred.
    node_uuid str
    Unique identifier of the node across the cluster.
    object_type str
    owners Sequence[str]
    parent GetStorageNetAppDataIpInterfaceEventParent
    permission_resources Sequence[GetStorageNetAppDataIpInterfaceEventPermissionResource]
    severity str
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svm_uuid str
    Unique identifier of the storage VM.
    tags Sequence[GetStorageNetAppDataIpInterfaceEventTag]
    uuid str
    Unique identifier of the event.
    version_context GetStorageNetAppDataIpInterfaceEventVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    cause String
    A message describing the cause for the event.
    classId String
    clusterUuid String
    Unique identifier of the cluster across the datacenter.
    createTime String
    The time when this managed object was created.
    currentState String
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    duration String
    Time since the event was created, in ISO8601 standard.
    id String
    impactArea String
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impactLevel String
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impactResourceName String
    The full name of the source of the event.
    impactResourceType String
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impactResourceUuid String
    The unique identifier of the impacted resource.
    ipInterface Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the event that occurred.
    nodeUuid String
    Unique identifier of the node across the cluster.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    severity String
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svmUuid String
    Unique identifier of the storage VM.
    tags List<Property Map>
    uuid String
    Unique identifier of the event.
    versionContext Property Map

    getStorageNetAppDataIpInterfaceEvent Result

    The following output properties are available:

    Id string
    Results List<GetStorageNetAppDataIpInterfaceEventResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageNetAppDataIpInterfaceEventAncestor>
    Cause string
    ClassId string
    ClusterUuid string
    CreateTime string
    CurrentState string
    DomainGroupMoid string
    Duration string
    ImpactArea string
    ImpactLevel string
    ImpactResourceName string
    ImpactResourceType string
    ImpactResourceUuid string
    IpInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    ModTime string
    Moid string
    Name string
    NodeUuid string
    ObjectType string
    Owners List<string>
    Parent GetStorageNetAppDataIpInterfaceEventParent
    PermissionResources List<GetStorageNetAppDataIpInterfaceEventPermissionResource>
    Severity string
    SharedScope string
    SvmUuid string
    Tags List<GetStorageNetAppDataIpInterfaceEventTag>
    Uuid string
    VersionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    Id string
    Results []GetStorageNetAppDataIpInterfaceEventResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageNetAppDataIpInterfaceEventAncestor
    Cause string
    ClassId string
    ClusterUuid string
    CreateTime string
    CurrentState string
    DomainGroupMoid string
    Duration string
    ImpactArea string
    ImpactLevel string
    ImpactResourceName string
    ImpactResourceType string
    ImpactResourceUuid string
    IpInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    ModTime string
    Moid string
    Name string
    NodeUuid string
    ObjectType string
    Owners []string
    Parent GetStorageNetAppDataIpInterfaceEventParent
    PermissionResources []GetStorageNetAppDataIpInterfaceEventPermissionResource
    Severity string
    SharedScope string
    SvmUuid string
    Tags []GetStorageNetAppDataIpInterfaceEventTag
    Uuid string
    VersionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    id String
    results List<GetStorageNetAppDataIpInterfaceEventResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageNetAppDataIpInterfaceEventAncestor>
    cause String
    classId String
    clusterUuid String
    createTime String
    currentState String
    domainGroupMoid String
    duration String
    impactArea String
    impactLevel String
    impactResourceName String
    impactResourceType String
    impactResourceUuid String
    ipInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    modTime String
    moid String
    name String
    nodeUuid String
    objectType String
    owners List<String>
    parent GetStorageNetAppDataIpInterfaceEventParent
    permissionResources List<GetStorageNetAppDataIpInterfaceEventPermissionResource>
    severity String
    sharedScope String
    svmUuid String
    tags List<GetStorageNetAppDataIpInterfaceEventTag>
    uuid String
    versionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    id string
    results GetStorageNetAppDataIpInterfaceEventResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageNetAppDataIpInterfaceEventAncestor[]
    cause string
    classId string
    clusterUuid string
    createTime string
    currentState string
    domainGroupMoid string
    duration string
    impactArea string
    impactLevel string
    impactResourceName string
    impactResourceType string
    impactResourceUuid string
    ipInterface GetStorageNetAppDataIpInterfaceEventIpInterface
    modTime string
    moid string
    name string
    nodeUuid string
    objectType string
    owners string[]
    parent GetStorageNetAppDataIpInterfaceEventParent
    permissionResources GetStorageNetAppDataIpInterfaceEventPermissionResource[]
    severity string
    sharedScope string
    svmUuid string
    tags GetStorageNetAppDataIpInterfaceEventTag[]
    uuid string
    versionContext GetStorageNetAppDataIpInterfaceEventVersionContext
    id str
    results Sequence[GetStorageNetAppDataIpInterfaceEventResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageNetAppDataIpInterfaceEventAncestor]
    cause str
    class_id str
    cluster_uuid str
    create_time str
    current_state str
    domain_group_moid str
    duration str
    impact_area str
    impact_level str
    impact_resource_name str
    impact_resource_type str
    impact_resource_uuid str
    ip_interface GetStorageNetAppDataIpInterfaceEventIpInterface
    mod_time str
    moid str
    name str
    node_uuid str
    object_type str
    owners Sequence[str]
    parent GetStorageNetAppDataIpInterfaceEventParent
    permission_resources Sequence[GetStorageNetAppDataIpInterfaceEventPermissionResource]
    severity str
    shared_scope str
    svm_uuid str
    tags Sequence[GetStorageNetAppDataIpInterfaceEventTag]
    uuid str
    version_context GetStorageNetAppDataIpInterfaceEventVersionContext

    Supporting Types

    GetStorageNetAppDataIpInterfaceEventAncestor

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

    GetStorageNetAppDataIpInterfaceEventIpInterface

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

    GetStorageNetAppDataIpInterfaceEventParent

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

    GetStorageNetAppDataIpInterfaceEventPermissionResource

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

    GetStorageNetAppDataIpInterfaceEventResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppDataIpInterfaceEventResultAncestor>
    Cause string
    A message describing the cause for the event.
    ClassId string
    ClusterUuid string
    Unique identifier of the cluster across the datacenter.
    CreateTime string
    The time when this managed object was created.
    CurrentState string
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Duration string
    Time since the event was created, in ISO8601 standard.
    ImpactArea string
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    ImpactLevel string
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    ImpactResourceName string
    The full name of the source of the event.
    ImpactResourceType string
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    ImpactResourceUuid string
    The unique identifier of the impacted resource.
    IpInterfaces List<GetStorageNetAppDataIpInterfaceEventResultIpInterface>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the event that occurred.
    NodeUuid string
    Unique identifier of the node across the cluster.
    ObjectType string
    Owners List<string>
    Parents List<GetStorageNetAppDataIpInterfaceEventResultParent>
    PermissionResources List<GetStorageNetAppDataIpInterfaceEventResultPermissionResource>
    Severity string
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    SvmUuid string
    Unique identifier of the storage VM.
    Tags List<GetStorageNetAppDataIpInterfaceEventResultTag>
    Uuid string
    Unique identifier of the event.
    VersionContexts List<GetStorageNetAppDataIpInterfaceEventResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppDataIpInterfaceEventResultAncestor
    Cause string
    A message describing the cause for the event.
    ClassId string
    ClusterUuid string
    Unique identifier of the cluster across the datacenter.
    CreateTime string
    The time when this managed object was created.
    CurrentState string
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Duration string
    Time since the event was created, in ISO8601 standard.
    ImpactArea string
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    ImpactLevel string
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    ImpactResourceName string
    The full name of the source of the event.
    ImpactResourceType string
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    ImpactResourceUuid string
    The unique identifier of the impacted resource.
    IpInterfaces []GetStorageNetAppDataIpInterfaceEventResultIpInterface
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the event that occurred.
    NodeUuid string
    Unique identifier of the node across the cluster.
    ObjectType string
    Owners []string
    Parents []GetStorageNetAppDataIpInterfaceEventResultParent
    PermissionResources []GetStorageNetAppDataIpInterfaceEventResultPermissionResource
    Severity string
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    SvmUuid string
    Unique identifier of the storage VM.
    Tags []GetStorageNetAppDataIpInterfaceEventResultTag
    Uuid string
    Unique identifier of the event.
    VersionContexts []GetStorageNetAppDataIpInterfaceEventResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppDataIpInterfaceEventResultAncestor>
    cause String
    A message describing the cause for the event.
    classId String
    clusterUuid String
    Unique identifier of the cluster across the datacenter.
    createTime String
    The time when this managed object was created.
    currentState String
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    duration String
    Time since the event was created, in ISO8601 standard.
    impactArea String
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impactLevel String
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impactResourceName String
    The full name of the source of the event.
    impactResourceType String
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impactResourceUuid String
    The unique identifier of the impacted resource.
    ipInterfaces List<GetStorageNetAppDataIpInterfaceEventResultIpInterface>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the event that occurred.
    nodeUuid String
    Unique identifier of the node across the cluster.
    objectType String
    owners List<String>
    parents List<GetStorageNetAppDataIpInterfaceEventResultParent>
    permissionResources List<GetStorageNetAppDataIpInterfaceEventResultPermissionResource>
    severity String
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svmUuid String
    Unique identifier of the storage VM.
    tags List<GetStorageNetAppDataIpInterfaceEventResultTag>
    uuid String
    Unique identifier of the event.
    versionContexts List<GetStorageNetAppDataIpInterfaceEventResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppDataIpInterfaceEventResultAncestor[]
    cause string
    A message describing the cause for the event.
    classId string
    clusterUuid string
    Unique identifier of the cluster across the datacenter.
    createTime string
    The time when this managed object was created.
    currentState string
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    duration string
    Time since the event was created, in ISO8601 standard.
    impactArea string
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impactLevel string
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impactResourceName string
    The full name of the source of the event.
    impactResourceType string
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impactResourceUuid string
    The unique identifier of the impacted resource.
    ipInterfaces GetStorageNetAppDataIpInterfaceEventResultIpInterface[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the event that occurred.
    nodeUuid string
    Unique identifier of the node across the cluster.
    objectType string
    owners string[]
    parents GetStorageNetAppDataIpInterfaceEventResultParent[]
    permissionResources GetStorageNetAppDataIpInterfaceEventResultPermissionResource[]
    severity string
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svmUuid string
    Unique identifier of the storage VM.
    tags GetStorageNetAppDataIpInterfaceEventResultTag[]
    uuid string
    Unique identifier of the event.
    versionContexts GetStorageNetAppDataIpInterfaceEventResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppDataIpInterfaceEventResultAncestor]
    cause str
    A message describing the cause for the event.
    class_id str
    cluster_uuid str
    Unique identifier of the cluster across the datacenter.
    create_time str
    The time when this managed object was created.
    current_state str
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    duration str
    Time since the event was created, in ISO8601 standard.
    impact_area str
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impact_level str
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impact_resource_name str
    The full name of the source of the event.
    impact_resource_type str
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impact_resource_uuid str
    The unique identifier of the impacted resource.
    ip_interfaces Sequence[GetStorageNetAppDataIpInterfaceEventResultIpInterface]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the event that occurred.
    node_uuid str
    Unique identifier of the node across the cluster.
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageNetAppDataIpInterfaceEventResultParent]
    permission_resources Sequence[GetStorageNetAppDataIpInterfaceEventResultPermissionResource]
    severity str
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svm_uuid str
    Unique identifier of the storage VM.
    tags Sequence[GetStorageNetAppDataIpInterfaceEventResultTag]
    uuid str
    Unique identifier of the event.
    version_contexts Sequence[GetStorageNetAppDataIpInterfaceEventResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    cause String
    A message describing the cause for the event.
    classId String
    clusterUuid String
    Unique identifier of the cluster across the datacenter.
    createTime String
    The time when this managed object was created.
    currentState String
    The current state of the event.* unknown - Default unknown current state.* new - The current state of the event is new.* acknowledged - The current state of the event is acknowledged.* resolved - The current state of the event is resolved.* obsolete - The current state of the event is obsolete.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    duration String
    Time since the event was created, in ISO8601 standard.
    impactArea String
    Impact area of the event (availability, capacity, configuration, performance, protection, or security).* unknown - Default unknown impact area.* availability - The impact area of the event is availability.* capacity - The impact area of the event is capacity.* configuration - The impact area of the event is configuration.* performance - The impact area of the event is performance.* protection - The impact area of the event is protection.* security - The impact area of the event is security.
    impactLevel String
    Impact level of the event (event, risk, incident, or upgrade).* unknown - Default unknown impact level.* event - The impact level of the event is event.* risk - The impact level of the event is risk.* incident - The impact level of the event is incident.* upgrade - The impact level of the event is upgrade.
    impactResourceName String
    The full name of the source of the event.
    impactResourceType String
    Type of resource with which the event is associated.* unknown - Default unknown resource type.* aggregate - The type of resource impacted by the event is an aggregate.* cluster - The type of resource impacted by the event is a cluster.* cluster_node - The type of resource impacted by the event is a node.* disk - The type of resource impacted by the event is a disk.* fcp_lif - The type of resource impacted by the event is a FC interface.* fcp_port - The type of resource impacted by the event is a FC port.* lun - The type of resource impacted by the event is a lun.* network_lif - The type of resource impacted by the event is an ethernet interface.* network_port - The type of resource impacted by the event is an ethernet port.* volume - The type of resource impacted by the event is a volume.* vserver - The type of resource impacted by the event is a storage VM.
    impactResourceUuid String
    The unique identifier of the impacted resource.
    ipInterfaces List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the event that occurred.
    nodeUuid String
    Unique identifier of the node across the cluster.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    severity String
    The severity of the event.* unknown - Default unknown severity.* normal - The severity of the event is normal.* information - The severity of the event is information.* warning - The severity of the event is warning.* error - The severity of the event is error.* critical - The severity of the event is critical.
    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.
    svmUuid String
    Unique identifier of the storage VM.
    tags List<Property Map>
    uuid String
    Unique identifier of the event.
    versionContexts List<Property Map>

    GetStorageNetAppDataIpInterfaceEventResultAncestor

    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

    GetStorageNetAppDataIpInterfaceEventResultIpInterface

    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

    GetStorageNetAppDataIpInterfaceEventResultParent

    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

    GetStorageNetAppDataIpInterfaceEventResultPermissionResource

    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

    GetStorageNetAppDataIpInterfaceEventResultTag

    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

    GetStorageNetAppDataIpInterfaceEventResultVersionContext

    GetStorageNetAppDataIpInterfaceEventResultVersionContextInterestedMo

    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

    GetStorageNetAppDataIpInterfaceEventResultVersionContextRefMo

    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

    GetStorageNetAppDataIpInterfaceEventTag

    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.

    GetStorageNetAppDataIpInterfaceEventVersionContext

    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<GetStorageNetAppDataIpInterfaceEventVersionContextInterestedMo>
    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 GetStorageNetAppDataIpInterfaceEventVersionContextRefMo
    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 []GetStorageNetAppDataIpInterfaceEventVersionContextInterestedMo
    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 GetStorageNetAppDataIpInterfaceEventVersionContextRefMo
    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<GetStorageNetAppDataIpInterfaceEventVersionContextInterestedMo>
    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 GetStorageNetAppDataIpInterfaceEventVersionContextRefMo
    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 GetStorageNetAppDataIpInterfaceEventVersionContextInterestedMo[]
    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 GetStorageNetAppDataIpInterfaceEventVersionContextRefMo
    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[GetStorageNetAppDataIpInterfaceEventVersionContextInterestedMo]
    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 GetStorageNetAppDataIpInterfaceEventVersionContextRefMo
    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.

    GetStorageNetAppDataIpInterfaceEventVersionContextInterestedMo

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

    GetStorageNetAppDataIpInterfaceEventVersionContextRefMo

    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