Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
An anomaly notification generated by Nexus Dashboard.
Using getNiatelemetryAnomaly
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 getNiatelemetryAnomaly(args: GetNiatelemetryAnomalyArgs, opts?: InvokeOptions): Promise<GetNiatelemetryAnomalyResult>
function getNiatelemetryAnomalyOutput(args: GetNiatelemetryAnomalyOutputArgs, opts?: InvokeOutputOptions): Output<GetNiatelemetryAnomalyResult>def get_niatelemetry_anomaly(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
alert_type_id: Optional[str] = None,
ancestors: Optional[Sequence[GetNiatelemetryAnomalyAncestor]] = None,
category: Optional[str] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
deep_link: Optional[str] = None,
description: Optional[str] = None,
details: Optional[str] = None,
domain_group_moid: Optional[str] = None,
entity_id: Optional[str] = None,
entity_type: Optional[str] = None,
event_time: Optional[str] = None,
fabric: Optional[GetNiatelemetryAnomalyFabric] = None,
fabric_name: Optional[str] = None,
first_raised_time: Optional[str] = None,
id: Optional[str] = None,
last_raised_time: Optional[str] = None,
last_updated_time: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
notification_type: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetNiatelemetryAnomalyParent] = None,
permission_resources: Optional[Sequence[GetNiatelemetryAnomalyPermissionResource]] = None,
product: Optional[str] = None,
region: Optional[str] = None,
severity: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetNiatelemetryAnomalyTag]] = None,
title: Optional[str] = None,
version_context: Optional[GetNiatelemetryAnomalyVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetNiatelemetryAnomalyResult
def get_niatelemetry_anomaly_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
alert_type_id: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetryAnomalyAncestorArgs]]]] = None,
category: pulumi.Input[Optional[str]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
deep_link: pulumi.Input[Optional[str]] = None,
description: pulumi.Input[Optional[str]] = None,
details: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
entity_id: pulumi.Input[Optional[str]] = None,
entity_type: pulumi.Input[Optional[str]] = None,
event_time: pulumi.Input[Optional[str]] = None,
fabric: pulumi.Input[Optional[GetNiatelemetryAnomalyFabricArgs]] = None,
fabric_name: pulumi.Input[Optional[str]] = None,
first_raised_time: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
last_raised_time: pulumi.Input[Optional[str]] = None,
last_updated_time: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
notification_type: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetNiatelemetryAnomalyParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetryAnomalyPermissionResourceArgs]]]] = None,
product: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
severity: pulumi.Input[Optional[str]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetryAnomalyTagArgs]]]] = None,
title: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetNiatelemetryAnomalyVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetNiatelemetryAnomalyResult]func LookupNiatelemetryAnomaly(ctx *Context, args *LookupNiatelemetryAnomalyArgs, opts ...InvokeOption) (*LookupNiatelemetryAnomalyResult, error)
func LookupNiatelemetryAnomalyOutput(ctx *Context, args *LookupNiatelemetryAnomalyOutputArgs, opts ...InvokeOption) LookupNiatelemetryAnomalyResultOutput> Note: This function is named LookupNiatelemetryAnomaly in the Go SDK.
public static class GetNiatelemetryAnomaly
{
public static Task<GetNiatelemetryAnomalyResult> InvokeAsync(GetNiatelemetryAnomalyArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetryAnomalyResult> Invoke(GetNiatelemetryAnomalyInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetryAnomalyResult> Invoke(GetNiatelemetryAnomalyInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetNiatelemetryAnomalyResult> getNiatelemetryAnomaly(GetNiatelemetryAnomalyArgs args, InvokeOptions options)
public static Output<GetNiatelemetryAnomalyResult> getNiatelemetryAnomaly(GetNiatelemetryAnomalyArgs args, InvokeOptions options)
public static Output<GetNiatelemetryAnomalyResult> getNiatelemetryAnomaly(GetNiatelemetryAnomalyArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getNiatelemetryAnomaly:getNiatelemetryAnomaly
arguments:
# arguments dictionarydata "intersight_get_niatelemetry_anomaly" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alert
Type stringId - Identifier of the alert type that triggered this notification.
- Ancestors
List<Get
Niatelemetry Anomaly Ancestor> - Category string
- Classification of the anomaly.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Deep
Link string - Deep link to investigate the anomaly in the source system.
- Description string
- Concise explanation of the anomaly.
- Details string
- Additional contextual details for triage.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Id string - Identifier of the impacted entity in the source system.
- Entity
Type string - Impacted entity type information derived from anomaly objects.
- Event
Time string - Time when the event occurred in the source system.
- Fabric
Get
Niatelemetry Anomaly Fabric - Fabric
Name string - The name of the fabric that generated the anomaly.
- First
Raised stringTime - First time the anomaly was raised.
- Id string
- Last
Raised stringTime - Most recent transition to open or reopened state.
- Last
Updated stringTime - Most recent lifecycle change time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Notification
Type string - Type of notification, such as anomaly or advisory.
- Object
Type string - Owners List<string>
- Parent
Get
Niatelemetry Anomaly Parent - Permission
Resources List<GetNiatelemetry Anomaly Permission Resource> - Product string
- Product that generated the notification.
- Region string
- Region for data sovereignty.
- Severity string
- Normalized severity level.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Get
Niatelemetry Anomaly Tag> - Title string
- Short human-readable summary of the notification.
- Version
Context GetNiatelemetry Anomaly Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alert
Type stringId - Identifier of the alert type that triggered this notification.
- Ancestors
[]Get
Niatelemetry Anomaly Ancestor - Category string
- Classification of the anomaly.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Deep
Link string - Deep link to investigate the anomaly in the source system.
- Description string
- Concise explanation of the anomaly.
- Details string
- Additional contextual details for triage.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Id string - Identifier of the impacted entity in the source system.
- Entity
Type string - Impacted entity type information derived from anomaly objects.
- Event
Time string - Time when the event occurred in the source system.
- Fabric
Get
Niatelemetry Anomaly Fabric - Fabric
Name string - The name of the fabric that generated the anomaly.
- First
Raised stringTime - First time the anomaly was raised.
- Id string
- Last
Raised stringTime - Most recent transition to open or reopened state.
- Last
Updated stringTime - Most recent lifecycle change time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Notification
Type string - Type of notification, such as anomaly or advisory.
- Object
Type string - Owners []string
- Parent
Get
Niatelemetry Anomaly Parent - Permission
Resources []GetNiatelemetry Anomaly Permission Resource - Product string
- Product that generated the notification.
- Region string
- Region for data sovereignty.
- Severity string
- Normalized severity level.
- 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.
-
[]Get
Niatelemetry Anomaly Tag - Title string
- Short human-readable summary of the notification.
- Version
Context GetNiatelemetry Anomaly Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - alert_
type_ stringid - Identifier of the alert type that triggered this notification.
- ancestors list(object)
- category string
- Classification of the anomaly.
- class_
id string - create_
time string - The time when this managed object was created.
- deep_
link string - Deep link to investigate the anomaly in the source system.
- description string
- Concise explanation of the anomaly.
- details string
- Additional contextual details for triage.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- entity_
id string - Identifier of the impacted entity in the source system.
- entity_
type string - Impacted entity type information derived from anomaly objects.
- event_
time string - Time when the event occurred in the source system.
- fabric object
- fabric_
name string - The name of the fabric that generated the anomaly.
- first_
raised_ stringtime - First time the anomaly was raised.
- id string
- last_
raised_ stringtime - Most recent transition to open or reopened state.
- last_
updated_ stringtime - Most recent lifecycle change time.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- notification_
type string - Type of notification, such as anomaly or advisory.
- object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - product string
- Product that generated the notification.
- region string
- Region for data sovereignty.
- severity string
- Normalized severity level.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- list(object)
- title string
- Short human-readable summary of the notification.
- version_
context object
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alert
Type StringId - Identifier of the alert type that triggered this notification.
- ancestors
List<Get
Niatelemetry Anomaly Ancestor> - category String
- Classification of the anomaly.
- class
Id String - create
Time String - The time when this managed object was created.
- deep
Link String - Deep link to investigate the anomaly in the source system.
- description String
- Concise explanation of the anomaly.
- details String
- Additional contextual details for triage.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Id String - Identifier of the impacted entity in the source system.
- entity
Type String - Impacted entity type information derived from anomaly objects.
- event
Time String - Time when the event occurred in the source system.
- fabric
Get
Niatelemetry Anomaly Fabric - fabric
Name String - The name of the fabric that generated the anomaly.
- first
Raised StringTime - First time the anomaly was raised.
- id String
- last
Raised StringTime - Most recent transition to open or reopened state.
- last
Updated StringTime - Most recent lifecycle change time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- notification
Type String - Type of notification, such as anomaly or advisory.
- object
Type String - owners List<String>
- parent
Get
Niatelemetry Anomaly Parent - permission
Resources List<GetNiatelemetry Anomaly Permission Resource> - product String
- Product that generated the notification.
- region String
- Region for data sovereignty.
- severity String
- Normalized severity level.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Get
Niatelemetry Anomaly Tag> - title String
- Short human-readable summary of the notification.
- version
Context GetNiatelemetry Anomaly Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alert
Type stringId - Identifier of the alert type that triggered this notification.
- ancestors
Get
Niatelemetry Anomaly Ancestor[] - category string
- Classification of the anomaly.
- class
Id string - create
Time string - The time when this managed object was created.
- deep
Link string - Deep link to investigate the anomaly in the source system.
- description string
- Concise explanation of the anomaly.
- details string
- Additional contextual details for triage.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- entity
Id string - Identifier of the impacted entity in the source system.
- entity
Type string - Impacted entity type information derived from anomaly objects.
- event
Time string - Time when the event occurred in the source system.
- fabric
Get
Niatelemetry Anomaly Fabric - fabric
Name string - The name of the fabric that generated the anomaly.
- first
Raised stringTime - First time the anomaly was raised.
- id string
- last
Raised stringTime - Most recent transition to open or reopened state.
- last
Updated stringTime - Most recent lifecycle change time.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- notification
Type string - Type of notification, such as anomaly or advisory.
- object
Type string - owners string[]
- parent
Get
Niatelemetry Anomaly Parent - permission
Resources GetNiatelemetry Anomaly Permission Resource[] - product string
- Product that generated the notification.
- region string
- Region for data sovereignty.
- severity string
- Normalized severity level.
- 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.
-
Get
Niatelemetry Anomaly Tag[] - title string
- Short human-readable summary of the notification.
- version
Context GetNiatelemetry Anomaly Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alert_
type_ strid - Identifier of the alert type that triggered this notification.
- ancestors
Sequence[Get
Niatelemetry Anomaly Ancestor] - category str
- Classification of the anomaly.
- class_
id str - create_
time str - The time when this managed object was created.
- deep_
link str - Deep link to investigate the anomaly in the source system.
- description str
- Concise explanation of the anomaly.
- details str
- Additional contextual details for triage.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- entity_
id str - Identifier of the impacted entity in the source system.
- entity_
type str - Impacted entity type information derived from anomaly objects.
- event_
time str - Time when the event occurred in the source system.
- fabric
Get
Niatelemetry Anomaly Fabric - fabric_
name str - The name of the fabric that generated the anomaly.
- first_
raised_ strtime - First time the anomaly was raised.
- id str
- last_
raised_ strtime - Most recent transition to open or reopened state.
- last_
updated_ strtime - Most recent lifecycle change time.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- notification_
type str - Type of notification, such as anomaly or advisory.
- object_
type str - owners Sequence[str]
- parent
Get
Niatelemetry Anomaly Parent - permission_
resources Sequence[GetNiatelemetry Anomaly Permission Resource] - product str
- Product that generated the notification.
- region str
- Region for data sovereignty.
- severity str
- Normalized severity level.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
Sequence[Get
Niatelemetry Anomaly Tag] - title str
- Short human-readable summary of the notification.
- version_
context GetNiatelemetry Anomaly Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alert
Type StringId - Identifier of the alert type that triggered this notification.
- ancestors List<Property Map>
- category String
- Classification of the anomaly.
- class
Id String - create
Time String - The time when this managed object was created.
- deep
Link String - Deep link to investigate the anomaly in the source system.
- description String
- Concise explanation of the anomaly.
- details String
- Additional contextual details for triage.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Id String - Identifier of the impacted entity in the source system.
- entity
Type String - Impacted entity type information derived from anomaly objects.
- event
Time String - Time when the event occurred in the source system.
- fabric Property Map
- fabric
Name String - The name of the fabric that generated the anomaly.
- first
Raised StringTime - First time the anomaly was raised.
- id String
- last
Raised StringTime - Most recent transition to open or reopened state.
- last
Updated StringTime - Most recent lifecycle change time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- notification
Type String - Type of notification, such as anomaly or advisory.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - product String
- Product that generated the notification.
- region String
- Region for data sovereignty.
- severity String
- Normalized severity level.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- title String
- Short human-readable summary of the notification.
- version
Context Property Map
getNiatelemetryAnomaly Result
The following output properties are available:
- Id string
- Results
List<Get
Niatelemetry Anomaly Result> - Account
Moid string - Additional
Properties string - Alert
Type stringId - Ancestors
List<Get
Niatelemetry Anomaly Ancestor> - Category string
- Class
Id string - Create
Time string - Deep
Link string - Description string
- Details string
- Domain
Group stringMoid - Entity
Id string - Entity
Type string - Event
Time string - Fabric
Get
Niatelemetry Anomaly Fabric - Fabric
Name string - First
Raised stringTime - Last
Raised stringTime - Last
Updated stringTime - Mod
Time string - Moid string
- Notification
Type string - Object
Type string - Owners List<string>
- Parent
Get
Niatelemetry Anomaly Parent - Permission
Resources List<GetNiatelemetry Anomaly Permission Resource> - Product string
- Region string
- Severity string
- string
-
List<Get
Niatelemetry Anomaly Tag> - Title string
- Version
Context GetNiatelemetry Anomaly Version Context
- Id string
- Results
[]Get
Niatelemetry Anomaly Result - Account
Moid string - Additional
Properties string - Alert
Type stringId - Ancestors
[]Get
Niatelemetry Anomaly Ancestor - Category string
- Class
Id string - Create
Time string - Deep
Link string - Description string
- Details string
- Domain
Group stringMoid - Entity
Id string - Entity
Type string - Event
Time string - Fabric
Get
Niatelemetry Anomaly Fabric - Fabric
Name string - First
Raised stringTime - Last
Raised stringTime - Last
Updated stringTime - Mod
Time string - Moid string
- Notification
Type string - Object
Type string - Owners []string
- Parent
Get
Niatelemetry Anomaly Parent - Permission
Resources []GetNiatelemetry Anomaly Permission Resource - Product string
- Region string
- Severity string
- string
-
[]Get
Niatelemetry Anomaly Tag - Title string
- Version
Context GetNiatelemetry Anomaly Version Context
- id string
- results list(object)
- account_
moid string - additional_
properties string - alert_
type_ stringid - ancestors list(object)
- category string
- class_
id string - create_
time string - deep_
link string - description string
- details string
- domain_
group_ stringmoid - entity_
id string - entity_
type string - event_
time string - fabric object
- fabric_
name string - first_
raised_ stringtime - last_
raised_ stringtime - last_
updated_ stringtime - mod_
time string - moid string
- notification_
type string - object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - product string
- region string
- severity string
- string
- list(object)
- title string
- version_
context object
- id String
- results
List<Get
Niatelemetry Anomaly Result> - account
Moid String - additional
Properties String - alert
Type StringId - ancestors
List<Get
Niatelemetry Anomaly Ancestor> - category String
- class
Id String - create
Time String - deep
Link String - description String
- details String
- domain
Group StringMoid - entity
Id String - entity
Type String - event
Time String - fabric
Get
Niatelemetry Anomaly Fabric - fabric
Name String - first
Raised StringTime - last
Raised StringTime - last
Updated StringTime - mod
Time String - moid String
- notification
Type String - object
Type String - owners List<String>
- parent
Get
Niatelemetry Anomaly Parent - permission
Resources List<GetNiatelemetry Anomaly Permission Resource> - product String
- region String
- severity String
- String
-
List<Get
Niatelemetry Anomaly Tag> - title String
- version
Context GetNiatelemetry Anomaly Version Context
- id string
- results
Get
Niatelemetry Anomaly Result[] - account
Moid string - additional
Properties string - alert
Type stringId - ancestors
Get
Niatelemetry Anomaly Ancestor[] - category string
- class
Id string - create
Time string - deep
Link string - description string
- details string
- domain
Group stringMoid - entity
Id string - entity
Type string - event
Time string - fabric
Get
Niatelemetry Anomaly Fabric - fabric
Name string - first
Raised stringTime - last
Raised stringTime - last
Updated stringTime - mod
Time string - moid string
- notification
Type string - object
Type string - owners string[]
- parent
Get
Niatelemetry Anomaly Parent - permission
Resources GetNiatelemetry Anomaly Permission Resource[] - product string
- region string
- severity string
- string
-
Get
Niatelemetry Anomaly Tag[] - title string
- version
Context GetNiatelemetry Anomaly Version Context
- id str
- results
Sequence[Get
Niatelemetry Anomaly Result] - account_
moid str - additional_
properties str - alert_
type_ strid - ancestors
Sequence[Get
Niatelemetry Anomaly Ancestor] - category str
- class_
id str - create_
time str - deep_
link str - description str
- details str
- domain_
group_ strmoid - entity_
id str - entity_
type str - event_
time str - fabric
Get
Niatelemetry Anomaly Fabric - fabric_
name str - first_
raised_ strtime - last_
raised_ strtime - last_
updated_ strtime - mod_
time str - moid str
- notification_
type str - object_
type str - owners Sequence[str]
- parent
Get
Niatelemetry Anomaly Parent - permission_
resources Sequence[GetNiatelemetry Anomaly Permission Resource] - product str
- region str
- severity str
- str
-
Sequence[Get
Niatelemetry Anomaly Tag] - title str
- version_
context GetNiatelemetry Anomaly Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - alert
Type StringId - ancestors List<Property Map>
- category String
- class
Id String - create
Time String - deep
Link String - description String
- details String
- domain
Group StringMoid - entity
Id String - entity
Type String - event
Time String - fabric Property Map
- fabric
Name String - first
Raised StringTime - last
Raised StringTime - last
Updated StringTime - mod
Time String - moid String
- notification
Type String - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - product String
- region String
- severity String
- String
- List<Property Map>
- title String
- version
Context Property Map
Supporting Types
GetNiatelemetryAnomalyAncestor
- 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 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'.
GetNiatelemetryAnomalyFabric
- 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 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'.
GetNiatelemetryAnomalyParent
- 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 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'.
GetNiatelemetryAnomalyPermissionResource
- 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 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'.
GetNiatelemetryAnomalyResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alert
Type stringId - Identifier of the alert type that triggered this notification.
- Ancestors
List<Get
Niatelemetry Anomaly Result Ancestor> - Category string
- Classification of the anomaly.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Deep
Link string - Deep link to investigate the anomaly in the source system.
- Description string
- Concise explanation of the anomaly.
- Details string
- Additional contextual details for triage.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Id string - Identifier of the impacted entity in the source system.
- Entity
Type string - Impacted entity type information derived from anomaly objects.
- Event
Time string - Time when the event occurred in the source system.
- Fabric
Name string - The name of the fabric that generated the anomaly.
- Fabrics
List<Get
Niatelemetry Anomaly Result Fabric> - First
Raised stringTime - First time the anomaly was raised.
- Last
Raised stringTime - Most recent transition to open or reopened state.
- Last
Updated stringTime - Most recent lifecycle change time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Notification
Type string - Type of notification, such as anomaly or advisory.
- Object
Type string - Owners List<string>
- Parents
List<Get
Niatelemetry Anomaly Result Parent> - Permission
Resources List<GetNiatelemetry Anomaly Result Permission Resource> - Product string
- Product that generated the notification.
- Region string
- Region for data sovereignty.
- Severity string
- Normalized severity level.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Get
Niatelemetry Anomaly Result Tag> - Title string
- Short human-readable summary of the notification.
- Version
Contexts List<GetNiatelemetry Anomaly Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alert
Type stringId - Identifier of the alert type that triggered this notification.
- Ancestors
[]Get
Niatelemetry Anomaly Result Ancestor - Category string
- Classification of the anomaly.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Deep
Link string - Deep link to investigate the anomaly in the source system.
- Description string
- Concise explanation of the anomaly.
- Details string
- Additional contextual details for triage.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Id string - Identifier of the impacted entity in the source system.
- Entity
Type string - Impacted entity type information derived from anomaly objects.
- Event
Time string - Time when the event occurred in the source system.
- Fabric
Name string - The name of the fabric that generated the anomaly.
- Fabrics
[]Get
Niatelemetry Anomaly Result Fabric - First
Raised stringTime - First time the anomaly was raised.
- Last
Raised stringTime - Most recent transition to open or reopened state.
- Last
Updated stringTime - Most recent lifecycle change time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Notification
Type string - Type of notification, such as anomaly or advisory.
- Object
Type string - Owners []string
- Parents
[]Get
Niatelemetry Anomaly Result Parent - Permission
Resources []GetNiatelemetry Anomaly Result Permission Resource - Product string
- Product that generated the notification.
- Region string
- Region for data sovereignty.
- Severity string
- Normalized severity level.
- 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.
-
[]Get
Niatelemetry Anomaly Result Tag - Title string
- Short human-readable summary of the notification.
- Version
Contexts []GetNiatelemetry Anomaly Result Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - alert_
type_ stringid - Identifier of the alert type that triggered this notification.
- ancestors list(object)
- category string
- Classification of the anomaly.
- class_
id string - create_
time string - The time when this managed object was created.
- deep_
link string - Deep link to investigate the anomaly in the source system.
- description string
- Concise explanation of the anomaly.
- details string
- Additional contextual details for triage.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- entity_
id string - Identifier of the impacted entity in the source system.
- entity_
type string - Impacted entity type information derived from anomaly objects.
- event_
time string - Time when the event occurred in the source system.
- fabric_
name string - The name of the fabric that generated the anomaly.
- fabrics list(object)
- first_
raised_ stringtime - First time the anomaly was raised.
- last_
raised_ stringtime - Most recent transition to open or reopened state.
- last_
updated_ stringtime - Most recent lifecycle change time.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- notification_
type string - Type of notification, such as anomaly or advisory.
- object_
type string - owners list(string)
- parents list(object)
- permission_
resources list(object) - product string
- Product that generated the notification.
- region string
- Region for data sovereignty.
- severity string
- Normalized severity level.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- list(object)
- title string
- Short human-readable summary of the notification.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alert
Type StringId - Identifier of the alert type that triggered this notification.
- ancestors
List<Get
Niatelemetry Anomaly Result Ancestor> - category String
- Classification of the anomaly.
- class
Id String - create
Time String - The time when this managed object was created.
- deep
Link String - Deep link to investigate the anomaly in the source system.
- description String
- Concise explanation of the anomaly.
- details String
- Additional contextual details for triage.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Id String - Identifier of the impacted entity in the source system.
- entity
Type String - Impacted entity type information derived from anomaly objects.
- event
Time String - Time when the event occurred in the source system.
- fabric
Name String - The name of the fabric that generated the anomaly.
- fabrics
List<Get
Niatelemetry Anomaly Result Fabric> - first
Raised StringTime - First time the anomaly was raised.
- last
Raised StringTime - Most recent transition to open or reopened state.
- last
Updated StringTime - Most recent lifecycle change time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- notification
Type String - Type of notification, such as anomaly or advisory.
- object
Type String - owners List<String>
- parents
List<Get
Niatelemetry Anomaly Result Parent> - permission
Resources List<GetNiatelemetry Anomaly Result Permission Resource> - product String
- Product that generated the notification.
- region String
- Region for data sovereignty.
- severity String
- Normalized severity level.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Get
Niatelemetry Anomaly Result Tag> - title String
- Short human-readable summary of the notification.
- version
Contexts List<GetNiatelemetry Anomaly Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alert
Type stringId - Identifier of the alert type that triggered this notification.
- ancestors
Get
Niatelemetry Anomaly Result Ancestor[] - category string
- Classification of the anomaly.
- class
Id string - create
Time string - The time when this managed object was created.
- deep
Link string - Deep link to investigate the anomaly in the source system.
- description string
- Concise explanation of the anomaly.
- details string
- Additional contextual details for triage.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- entity
Id string - Identifier of the impacted entity in the source system.
- entity
Type string - Impacted entity type information derived from anomaly objects.
- event
Time string - Time when the event occurred in the source system.
- fabric
Name string - The name of the fabric that generated the anomaly.
- fabrics
Get
Niatelemetry Anomaly Result Fabric[] - first
Raised stringTime - First time the anomaly was raised.
- last
Raised stringTime - Most recent transition to open or reopened state.
- last
Updated stringTime - Most recent lifecycle change time.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- notification
Type string - Type of notification, such as anomaly or advisory.
- object
Type string - owners string[]
- parents
Get
Niatelemetry Anomaly Result Parent[] - permission
Resources GetNiatelemetry Anomaly Result Permission Resource[] - product string
- Product that generated the notification.
- region string
- Region for data sovereignty.
- severity string
- Normalized severity level.
- 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.
-
Get
Niatelemetry Anomaly Result Tag[] - title string
- Short human-readable summary of the notification.
- version
Contexts GetNiatelemetry Anomaly Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alert_
type_ strid - Identifier of the alert type that triggered this notification.
- ancestors
Sequence[Get
Niatelemetry Anomaly Result Ancestor] - category str
- Classification of the anomaly.
- class_
id str - create_
time str - The time when this managed object was created.
- deep_
link str - Deep link to investigate the anomaly in the source system.
- description str
- Concise explanation of the anomaly.
- details str
- Additional contextual details for triage.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- entity_
id str - Identifier of the impacted entity in the source system.
- entity_
type str - Impacted entity type information derived from anomaly objects.
- event_
time str - Time when the event occurred in the source system.
- fabric_
name str - The name of the fabric that generated the anomaly.
- fabrics
Sequence[Get
Niatelemetry Anomaly Result Fabric] - first_
raised_ strtime - First time the anomaly was raised.
- last_
raised_ strtime - Most recent transition to open or reopened state.
- last_
updated_ strtime - Most recent lifecycle change time.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- notification_
type str - Type of notification, such as anomaly or advisory.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Niatelemetry Anomaly Result Parent] - permission_
resources Sequence[GetNiatelemetry Anomaly Result Permission Resource] - product str
- Product that generated the notification.
- region str
- Region for data sovereignty.
- severity str
- Normalized severity level.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
Sequence[Get
Niatelemetry Anomaly Result Tag] - title str
- Short human-readable summary of the notification.
- version_
contexts Sequence[GetNiatelemetry Anomaly Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alert
Type StringId - Identifier of the alert type that triggered this notification.
- ancestors List<Property Map>
- category String
- Classification of the anomaly.
- class
Id String - create
Time String - The time when this managed object was created.
- deep
Link String - Deep link to investigate the anomaly in the source system.
- description String
- Concise explanation of the anomaly.
- details String
- Additional contextual details for triage.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Id String - Identifier of the impacted entity in the source system.
- entity
Type String - Impacted entity type information derived from anomaly objects.
- event
Time String - Time when the event occurred in the source system.
- fabric
Name String - The name of the fabric that generated the anomaly.
- fabrics List<Property Map>
- first
Raised StringTime - First time the anomaly was raised.
- last
Raised StringTime - Most recent transition to open or reopened state.
- last
Updated StringTime - Most recent lifecycle change time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- notification
Type String - Type of notification, such as anomaly or advisory.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - product String
- Product that generated the notification.
- region String
- Region for data sovereignty.
- severity String
- Normalized severity level.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- title String
- Short human-readable summary of the notification.
- version
Contexts List<Property Map>
GetNiatelemetryAnomalyResultAncestor
- 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 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
GetNiatelemetryAnomalyResultFabric
- 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 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
GetNiatelemetryAnomalyResultParent
- 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 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
GetNiatelemetryAnomalyResultPermissionResource
- 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 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
GetNiatelemetryAnomalyResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties String - ancestor
Definitions List<GetNiatelemetry Anomaly Result Tag Ancestor Definition> - definitions
List<Get
Niatelemetry Anomaly Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetNiatelemetry Anomaly Result Tag Ancestor Definition[] - definitions
Get
Niatelemetry Anomaly Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetNiatelemetryAnomalyResultTagAncestorDefinition
- 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 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
GetNiatelemetryAnomalyResultTagDefinition
- 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 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
GetNiatelemetryAnomalyResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties string - class
Id string - interested
Mos GetNiatelemetry Anomaly Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetNiatelemetry Anomaly Result Version Context Ref Mo[] - timestamp string
- version
Type string
- 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
GetNiatelemetryAnomalyResultVersionContextInterestedMo
- 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 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
GetNiatelemetryAnomalyResultVersionContextRefMo
- 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 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
GetNiatelemetryAnomalyTag
- Additional
Properties string - Ancestor
Definitions List<GetNiatelemetry Anomaly Tag Ancestor Definition> - Definition
Get
Niatelemetry Anomaly Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetNiatelemetry Anomaly Tag Ancestor Definition - Definition
Get
Niatelemetry Anomaly Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetNiatelemetry Anomaly Tag Ancestor Definition> - definition
Get
Niatelemetry Anomaly Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetNiatelemetry Anomaly Tag Ancestor Definition[] - definition
Get
Niatelemetry Anomaly Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetNiatelemetry Anomaly Tag Ancestor Definition] - definition
Get
Niatelemetry Anomaly Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetNiatelemetryAnomalyTagAncestorDefinition
- 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 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'.
GetNiatelemetryAnomalyTagDefinition
- 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 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'.
GetNiatelemetryAnomalyVersionContext
- 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<GetNiatelemetry Anomaly 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 GetNiatelemetry Anomaly 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 []GetNiatelemetry Anomaly 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 GetNiatelemetry Anomaly 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(object) - 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 object - 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<GetNiatelemetry Anomaly 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 GetNiatelemetry Anomaly 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 GetNiatelemetry Anomaly 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 GetNiatelemetry Anomaly 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[GetNiatelemetry Anomaly 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 GetNiatelemetry Anomaly 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.
GetNiatelemetryAnomalyVersionContextInterestedMo
- 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 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'.
GetNiatelemetryAnomalyVersionContextRefMo
- 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 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
intersightTerraform Provider.
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet