intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getStorageNetAppDiskEvent
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
An event where the impacted resource type is a disk.
Using getStorageNetAppDiskEvent
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 getStorageNetAppDiskEvent(args: GetStorageNetAppDiskEventArgs, opts?: InvokeOptions): Promise<GetStorageNetAppDiskEventResult>
function getStorageNetAppDiskEventOutput(args: GetStorageNetAppDiskEventOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppDiskEventResult>
def get_storage_net_app_disk_event(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStorageNetAppDiskEventAncestor]] = 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,
disk: Optional[GetStorageNetAppDiskEventDisk] = 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,
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[GetStorageNetAppDiskEventParent] = None,
permission_resources: Optional[Sequence[GetStorageNetAppDiskEventPermissionResource]] = None,
severity: Optional[str] = None,
shared_scope: Optional[str] = None,
svm_uuid: Optional[str] = None,
tags: Optional[Sequence[GetStorageNetAppDiskEventTag]] = None,
uuid: Optional[str] = None,
version_context: Optional[GetStorageNetAppDiskEventVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetStorageNetAppDiskEventResult
def get_storage_net_app_disk_event_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppDiskEventAncestorArgs]]]] = 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,
disk: Optional[pulumi.Input[GetStorageNetAppDiskEventDiskArgs]] = 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,
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[GetStorageNetAppDiskEventParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppDiskEventPermissionResourceArgs]]]] = 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[GetStorageNetAppDiskEventTagArgs]]]] = None,
uuid: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetStorageNetAppDiskEventVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppDiskEventResult]
func LookupStorageNetAppDiskEvent(ctx *Context, args *LookupStorageNetAppDiskEventArgs, opts ...InvokeOption) (*LookupStorageNetAppDiskEventResult, error)
func LookupStorageNetAppDiskEventOutput(ctx *Context, args *LookupStorageNetAppDiskEventOutputArgs, opts ...InvokeOption) LookupStorageNetAppDiskEventResultOutput
> Note: This function is named LookupStorageNetAppDiskEvent
in the Go SDK.
public static class GetStorageNetAppDiskEvent
{
public static Task<GetStorageNetAppDiskEventResult> InvokeAsync(GetStorageNetAppDiskEventArgs args, InvokeOptions? opts = null)
public static Output<GetStorageNetAppDiskEventResult> Invoke(GetStorageNetAppDiskEventInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStorageNetAppDiskEventResult> getStorageNetAppDiskEvent(GetStorageNetAppDiskEventArgs args, InvokeOptions options)
public static Output<GetStorageNetAppDiskEventResult> getStorageNetAppDiskEvent(GetStorageNetAppDiskEventArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getStorageNetAppDiskEvent:getStorageNetAppDiskEvent
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Net App Disk Event Ancestor> - Cause string
- A message describing the cause for the event.
- Class
Id string - Cluster
Uuid string - Unique identifier of the cluster across the datacenter.
- Create
Time string - The time when this managed object was created.
- Current
State 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. - Disk
Get
Storage Net App Disk Event Disk - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Duration string
- Time since the event was created, in ISO8601 standard.
- Id string
- Impact
Area 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. - Impact
Level 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. - Impact
Resource stringName - The full name of the source of the event.
- Impact
Resource stringType - 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 stringUuid - The unique identifier of the impacted resource.
- Mod
Time 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.
- Node
Uuid string - Unique identifier of the node across the cluster.
- Object
Type string - Owners List<string>
- Parent
Get
Storage Net App Disk Event Parent - Permission
Resources List<GetStorage Net App Disk Event Permission Resource> - 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. - 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.
- Svm
Uuid string - Unique identifier of the storage VM.
- List<Get
Storage Net App Disk Event Tag> - Uuid string
- Unique identifier of the event.
- Version
Context GetStorage Net App Disk Event Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Net App Disk Event Ancestor - Cause string
- A message describing the cause for the event.
- Class
Id string - Cluster
Uuid string - Unique identifier of the cluster across the datacenter.
- Create
Time string - The time when this managed object was created.
- Current
State 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. - Disk
Get
Storage Net App Disk Event Disk - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Duration string
- Time since the event was created, in ISO8601 standard.
- Id string
- Impact
Area 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. - Impact
Level 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. - Impact
Resource stringName - The full name of the source of the event.
- Impact
Resource stringType - 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 stringUuid - The unique identifier of the impacted resource.
- Mod
Time 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.
- Node
Uuid string - Unique identifier of the node across the cluster.
- Object
Type string - Owners []string
- Parent
Get
Storage Net App Disk Event Parent - Permission
Resources []GetStorage Net App Disk Event Permission Resource - 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. - 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.
- Svm
Uuid string - Unique identifier of the storage VM.
- []Get
Storage Net App Disk Event Tag - Uuid string
- Unique identifier of the event.
- Version
Context GetStorage Net App Disk Event Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Net App Disk Event Ancestor> - cause String
- A message describing the cause for the event.
- class
Id String - cluster
Uuid String - Unique identifier of the cluster across the datacenter.
- create
Time String - The time when this managed object was created.
- current
State 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. - disk
Get
Storage Net App Disk Event Disk - domain
Group StringMoid - The DomainGroup ID for this managed object.
- duration String
- Time since the event was created, in ISO8601 standard.
- id String
- impact
Area 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. - impact
Level 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. - impact
Resource StringName - The full name of the source of the event.
- impact
Resource StringType - 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 StringUuid - The unique identifier of the impacted resource.
- mod
Time 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.
- node
Uuid String - Unique identifier of the node across the cluster.
- object
Type String - owners List<String>
- parent
Get
Storage Net App Disk Event Parent - permission
Resources List<GetStorage Net App Disk Event Permission Resource> - 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. - 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.
- svm
Uuid String - Unique identifier of the storage VM.
- List<Get
Storage Net App Disk Event Tag> - uuid String
- Unique identifier of the event.
- version
Context GetStorage Net App Disk Event Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Net App Disk Event Ancestor[] - cause string
- A message describing the cause for the event.
- class
Id string - cluster
Uuid string - Unique identifier of the cluster across the datacenter.
- create
Time string - The time when this managed object was created.
- current
State 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. - disk
Get
Storage Net App Disk Event Disk - domain
Group stringMoid - The DomainGroup ID for this managed object.
- duration string
- Time since the event was created, in ISO8601 standard.
- id string
- impact
Area 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. - impact
Level 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. - impact
Resource stringName - The full name of the source of the event.
- impact
Resource stringType - 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 stringUuid - The unique identifier of the impacted resource.
- mod
Time 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.
- node
Uuid string - Unique identifier of the node across the cluster.
- object
Type string - owners string[]
- parent
Get
Storage Net App Disk Event Parent - permission
Resources GetStorage Net App Disk Event Permission Resource[] - 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. - 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.
- svm
Uuid string - Unique identifier of the storage VM.
- Get
Storage Net App Disk Event Tag[] - uuid string
- Unique identifier of the event.
- version
Context GetStorage Net App Disk Event Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Net App Disk Event Ancestor] - 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. - disk
Get
Storage Net App Disk Event Disk - domain_
group_ strmoid - 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_ strname - The full name of the source of the event.
- impact_
resource_ strtype - 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_ struuid - The unique identifier of the impacted resource.
- 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
Get
Storage Net App Disk Event Parent - permission_
resources Sequence[GetStorage Net App Disk Event Permission Resource] - 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. - 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.
- Sequence[Get
Storage Net App Disk Event Tag] - uuid str
- Unique identifier of the event.
- version_
context GetStorage Net App Disk Event Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- cause String
- A message describing the cause for the event.
- class
Id String - cluster
Uuid String - Unique identifier of the cluster across the datacenter.
- create
Time String - The time when this managed object was created.
- current
State 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. - disk Property Map
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- duration String
- Time since the event was created, in ISO8601 standard.
- id String
- impact
Area 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. - impact
Level 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. - impact
Resource StringName - The full name of the source of the event.
- impact
Resource StringType - 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 StringUuid - The unique identifier of the impacted resource.
- mod
Time 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.
- node
Uuid String - Unique identifier of the node across the cluster.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources 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. - 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.
- svm
Uuid String - Unique identifier of the storage VM.
- List<Property Map>
- uuid String
- Unique identifier of the event.
- version
Context Property Map
getStorageNetAppDiskEvent Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Net App Disk Event Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Net App Disk Event Ancestor> - Cause string
- Class
Id string - Cluster
Uuid string - Create
Time string - Current
State string - Disk
Get
Storage Net App Disk Event Disk - Domain
Group stringMoid - Duration string
- Impact
Area string - Impact
Level string - Impact
Resource stringName - Impact
Resource stringType - Impact
Resource stringUuid - Mod
Time string - Moid string
- Name string
- Node
Uuid string - Object
Type string - Owners List<string>
- Parent
Get
Storage Net App Disk Event Parent - Permission
Resources List<GetStorage Net App Disk Event Permission Resource> - Severity string
- string
- Svm
Uuid string - List<Get
Storage Net App Disk Event Tag> - Uuid string
- Version
Context GetStorage Net App Disk Event Version Context
- Id string
- Results
[]Get
Storage Net App Disk Event Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Net App Disk Event Ancestor - Cause string
- Class
Id string - Cluster
Uuid string - Create
Time string - Current
State string - Disk
Get
Storage Net App Disk Event Disk - Domain
Group stringMoid - Duration string
- Impact
Area string - Impact
Level string - Impact
Resource stringName - Impact
Resource stringType - Impact
Resource stringUuid - Mod
Time string - Moid string
- Name string
- Node
Uuid string - Object
Type string - Owners []string
- Parent
Get
Storage Net App Disk Event Parent - Permission
Resources []GetStorage Net App Disk Event Permission Resource - Severity string
- string
- Svm
Uuid string - []Get
Storage Net App Disk Event Tag - Uuid string
- Version
Context GetStorage Net App Disk Event Version Context
- id String
- results
List<Get
Storage Net App Disk Event Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Net App Disk Event Ancestor> - cause String
- class
Id String - cluster
Uuid String - create
Time String - current
State String - disk
Get
Storage Net App Disk Event Disk - domain
Group StringMoid - duration String
- impact
Area String - impact
Level String - impact
Resource StringName - impact
Resource StringType - impact
Resource StringUuid - mod
Time String - moid String
- name String
- node
Uuid String - object
Type String - owners List<String>
- parent
Get
Storage Net App Disk Event Parent - permission
Resources List<GetStorage Net App Disk Event Permission Resource> - severity String
- String
- svm
Uuid String - List<Get
Storage Net App Disk Event Tag> - uuid String
- version
Context GetStorage Net App Disk Event Version Context
- id string
- results
Get
Storage Net App Disk Event Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Net App Disk Event Ancestor[] - cause string
- class
Id string - cluster
Uuid string - create
Time string - current
State string - disk
Get
Storage Net App Disk Event Disk - domain
Group stringMoid - duration string
- impact
Area string - impact
Level string - impact
Resource stringName - impact
Resource stringType - impact
Resource stringUuid - mod
Time string - moid string
- name string
- node
Uuid string - object
Type string - owners string[]
- parent
Get
Storage Net App Disk Event Parent - permission
Resources GetStorage Net App Disk Event Permission Resource[] - severity string
- string
- svm
Uuid string - Get
Storage Net App Disk Event Tag[] - uuid string
- version
Context GetStorage Net App Disk Event Version Context
- id str
- results
Sequence[Get
Storage Net App Disk Event Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Net App Disk Event Ancestor] - cause str
- class_
id str - cluster_
uuid str - create_
time str - current_
state str - disk
Get
Storage Net App Disk Event Disk - domain_
group_ strmoid - duration str
- impact_
area str - impact_
level str - impact_
resource_ strname - impact_
resource_ strtype - impact_
resource_ struuid - mod_
time str - moid str
- name str
- node_
uuid str - object_
type str - owners Sequence[str]
- parent
Get
Storage Net App Disk Event Parent - permission_
resources Sequence[GetStorage Net App Disk Event Permission Resource] - severity str
- str
- svm_
uuid str - Sequence[Get
Storage Net App Disk Event Tag] - uuid str
- version_
context GetStorage Net App Disk Event Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- cause String
- class
Id String - cluster
Uuid String - create
Time String - current
State String - disk Property Map
- domain
Group StringMoid - duration String
- impact
Area String - impact
Level String - impact
Resource StringName - impact
Resource StringType - impact
Resource StringUuid - mod
Time String - moid String
- name String
- node
Uuid String - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - severity String
- String
- svm
Uuid String - List<Property Map>
- uuid String
- version
Context Property Map
Supporting Types
GetStorageNetAppDiskEventAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageNetAppDiskEventDisk
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageNetAppDiskEventParent
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageNetAppDiskEventPermissionResource
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageNetAppDiskEventResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Net App Disk Event Result Ancestor> - Cause string
- A message describing the cause for the event.
- Class
Id string - Cluster
Uuid string - Unique identifier of the cluster across the datacenter.
- Create
Time string - The time when this managed object was created.
- Current
State 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. - Disks
List<Get
Storage Net App Disk Event Result Disk> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Duration string
- Time since the event was created, in ISO8601 standard.
- Impact
Area 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. - Impact
Level 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. - Impact
Resource stringName - The full name of the source of the event.
- Impact
Resource stringType - 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 stringUuid - The unique identifier of the impacted resource.
- Mod
Time 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.
- Node
Uuid string - Unique identifier of the node across the cluster.
- Object
Type string - Owners List<string>
- Parents
List<Get
Storage Net App Disk Event Result Parent> - Permission
Resources List<GetStorage Net App Disk Event Result Permission Resource> - 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. - 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.
- Svm
Uuid string - Unique identifier of the storage VM.
- List<Get
Storage Net App Disk Event Result Tag> - Uuid string
- Unique identifier of the event.
- Version
Contexts List<GetStorage Net App Disk Event Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Net App Disk Event Result Ancestor - Cause string
- A message describing the cause for the event.
- Class
Id string - Cluster
Uuid string - Unique identifier of the cluster across the datacenter.
- Create
Time string - The time when this managed object was created.
- Current
State 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. - Disks
[]Get
Storage Net App Disk Event Result Disk - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Duration string
- Time since the event was created, in ISO8601 standard.
- Impact
Area 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. - Impact
Level 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. - Impact
Resource stringName - The full name of the source of the event.
- Impact
Resource stringType - 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 stringUuid - The unique identifier of the impacted resource.
- Mod
Time 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.
- Node
Uuid string - Unique identifier of the node across the cluster.
- Object
Type string - Owners []string
- Parents
[]Get
Storage Net App Disk Event Result Parent - Permission
Resources []GetStorage Net App Disk Event Result Permission Resource - 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. - 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.
- Svm
Uuid string - Unique identifier of the storage VM.
- []Get
Storage Net App Disk Event Result Tag - Uuid string
- Unique identifier of the event.
- Version
Contexts []GetStorage Net App Disk Event Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Net App Disk Event Result Ancestor> - cause String
- A message describing the cause for the event.
- class
Id String - cluster
Uuid String - Unique identifier of the cluster across the datacenter.
- create
Time String - The time when this managed object was created.
- current
State 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. - disks
List<Get
Storage Net App Disk Event Result Disk> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- duration String
- Time since the event was created, in ISO8601 standard.
- impact
Area 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. - impact
Level 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. - impact
Resource StringName - The full name of the source of the event.
- impact
Resource StringType - 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 StringUuid - The unique identifier of the impacted resource.
- mod
Time 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.
- node
Uuid String - Unique identifier of the node across the cluster.
- object
Type String - owners List<String>
- parents
List<Get
Storage Net App Disk Event Result Parent> - permission
Resources List<GetStorage Net App Disk Event Result Permission Resource> - 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. - 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.
- svm
Uuid String - Unique identifier of the storage VM.
- List<Get
Storage Net App Disk Event Result Tag> - uuid String
- Unique identifier of the event.
- version
Contexts List<GetStorage Net App Disk Event Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Net App Disk Event Result Ancestor[] - cause string
- A message describing the cause for the event.
- class
Id string - cluster
Uuid string - Unique identifier of the cluster across the datacenter.
- create
Time string - The time when this managed object was created.
- current
State 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. - disks
Get
Storage Net App Disk Event Result Disk[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- duration string
- Time since the event was created, in ISO8601 standard.
- impact
Area 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. - impact
Level 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. - impact
Resource stringName - The full name of the source of the event.
- impact
Resource stringType - 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 stringUuid - The unique identifier of the impacted resource.
- mod
Time 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.
- node
Uuid string - Unique identifier of the node across the cluster.
- object
Type string - owners string[]
- parents
Get
Storage Net App Disk Event Result Parent[] - permission
Resources GetStorage Net App Disk Event Result Permission Resource[] - 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. - 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.
- svm
Uuid string - Unique identifier of the storage VM.
- Get
Storage Net App Disk Event Result Tag[] - uuid string
- Unique identifier of the event.
- version
Contexts GetStorage Net App Disk Event Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Net App Disk Event Result Ancestor] - 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. - disks
Sequence[Get
Storage Net App Disk Event Result Disk] - domain_
group_ strmoid - 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_ strname - The full name of the source of the event.
- impact_
resource_ strtype - 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_ struuid - The unique identifier of the impacted resource.
- 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[Get
Storage Net App Disk Event Result Parent] - permission_
resources Sequence[GetStorage Net App Disk Event Result Permission Resource] - 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. - 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.
- Sequence[Get
Storage Net App Disk Event Result Tag] - uuid str
- Unique identifier of the event.
- version_
contexts Sequence[GetStorage Net App Disk Event Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- cause String
- A message describing the cause for the event.
- class
Id String - cluster
Uuid String - Unique identifier of the cluster across the datacenter.
- create
Time String - The time when this managed object was created.
- current
State 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. - disks List<Property Map>
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- duration String
- Time since the event was created, in ISO8601 standard.
- impact
Area 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. - impact
Level 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. - impact
Resource StringName - The full name of the source of the event.
- impact
Resource StringType - 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 StringUuid - The unique identifier of the impacted resource.
- mod
Time 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.
- node
Uuid String - Unique identifier of the node across the cluster.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources 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. - 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.
- svm
Uuid String - Unique identifier of the storage VM.
- List<Property Map>
- uuid String
- Unique identifier of the event.
- version
Contexts List<Property Map>
GetStorageNetAppDiskEventResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageNetAppDiskEventResultDisk
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageNetAppDiskEventResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageNetAppDiskEventResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageNetAppDiskEventResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetStorageNetAppDiskEventResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetStorageNetAppDiskEventResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageNetAppDiskEventResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageNetAppDiskEventTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStorageNetAppDiskEventVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetStorage Net App Disk Event Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetStorage Net App Disk Event Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetStorage Net App Disk Event Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetStorage Net App Disk Event Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetStorage Net App Disk Event Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetStorage Net App Disk Event Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetStorage Net App Disk Event Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetStorage Net App Disk Event Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetStorage Net App Disk Event Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetStorage Net App Disk Event Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetStorageNetAppDiskEventVersionContextInterestedMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageNetAppDiskEventVersionContextRefMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet