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
A switch managed by a nexus dashboard instance.
Using getNiatelemetrySwitch
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 getNiatelemetrySwitch(args: GetNiatelemetrySwitchArgs, opts?: InvokeOptions): Promise<GetNiatelemetrySwitchResult>
function getNiatelemetrySwitchOutput(args: GetNiatelemetrySwitchOutputArgs, opts?: InvokeOutputOptions): Output<GetNiatelemetrySwitchResult>def get_niatelemetry_switch(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetNiatelemetrySwitchAncestor]] = None,
anomaly_status: Optional[str] = None,
class_id: Optional[str] = None,
compliance_status: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
fabric: Optional[GetNiatelemetrySwitchFabric] = None,
fabric_type: Optional[str] = None,
hardware_conformance: Optional[str] = None,
hardware_end_of_vulnerability_support_date: Optional[str] = None,
hardware_last_date_of_support: Optional[str] = None,
hostname: Optional[str] = None,
id: Optional[str] = None,
in_band_ip: Optional[str] = None,
ip_address: Optional[str] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
operating_system_version: Optional[str] = None,
out_of_band_ip: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetNiatelemetrySwitchParent] = None,
permission_resources: Optional[Sequence[GetNiatelemetrySwitchPermissionResource]] = None,
role: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
site: Optional[str] = None,
software_conformance: Optional[str] = None,
software_end_of_vulnerability_support_date: Optional[str] = None,
software_last_date_of_support: Optional[str] = None,
software_version: Optional[str] = None,
strong_asset_id: Optional[str] = None,
switch_interfaces: Optional[Sequence[GetNiatelemetrySwitchSwitchInterface]] = None,
system_up_time: Optional[str] = None,
tags: Optional[Sequence[GetNiatelemetrySwitchTag]] = None,
telemetry_enabled: Optional[bool] = None,
version_context: Optional[GetNiatelemetrySwitchVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetNiatelemetrySwitchResult
def get_niatelemetry_switch_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchAncestorArgs]]]] = None,
anomaly_status: pulumi.Input[Optional[str]] = None,
class_id: pulumi.Input[Optional[str]] = None,
compliance_status: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
fabric: pulumi.Input[Optional[GetNiatelemetrySwitchFabricArgs]] = None,
fabric_type: pulumi.Input[Optional[str]] = None,
hardware_conformance: pulumi.Input[Optional[str]] = None,
hardware_end_of_vulnerability_support_date: pulumi.Input[Optional[str]] = None,
hardware_last_date_of_support: pulumi.Input[Optional[str]] = None,
hostname: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
in_band_ip: pulumi.Input[Optional[str]] = None,
ip_address: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
model: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
operating_system_version: pulumi.Input[Optional[str]] = None,
out_of_band_ip: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetNiatelemetrySwitchParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchPermissionResourceArgs]]]] = None,
role: pulumi.Input[Optional[str]] = None,
serial: pulumi.Input[Optional[str]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
site: pulumi.Input[Optional[str]] = None,
software_conformance: pulumi.Input[Optional[str]] = None,
software_end_of_vulnerability_support_date: pulumi.Input[Optional[str]] = None,
software_last_date_of_support: pulumi.Input[Optional[str]] = None,
software_version: pulumi.Input[Optional[str]] = None,
strong_asset_id: pulumi.Input[Optional[str]] = None,
switch_interfaces: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchSwitchInterfaceArgs]]]] = None,
system_up_time: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchTagArgs]]]] = None,
telemetry_enabled: pulumi.Input[Optional[bool]] = None,
version_context: pulumi.Input[Optional[GetNiatelemetrySwitchVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetNiatelemetrySwitchResult]func LookupNiatelemetrySwitch(ctx *Context, args *LookupNiatelemetrySwitchArgs, opts ...InvokeOption) (*LookupNiatelemetrySwitchResult, error)
func LookupNiatelemetrySwitchOutput(ctx *Context, args *LookupNiatelemetrySwitchOutputArgs, opts ...InvokeOption) LookupNiatelemetrySwitchResultOutput> Note: This function is named LookupNiatelemetrySwitch in the Go SDK.
public static class GetNiatelemetrySwitch
{
public static Task<GetNiatelemetrySwitchResult> InvokeAsync(GetNiatelemetrySwitchArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetrySwitchResult> Invoke(GetNiatelemetrySwitchInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetrySwitchResult> Invoke(GetNiatelemetrySwitchInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetNiatelemetrySwitchResult> getNiatelemetrySwitch(GetNiatelemetrySwitchArgs args, InvokeOptions options)
public static Output<GetNiatelemetrySwitchResult> getNiatelemetrySwitch(GetNiatelemetrySwitchArgs args, InvokeOptions options)
public static Output<GetNiatelemetrySwitchResult> getNiatelemetrySwitch(GetNiatelemetrySwitchArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getNiatelemetrySwitch:getNiatelemetrySwitch
arguments:
# arguments dictionarydata "intersight_get_niatelemetry_switch" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Niatelemetry Switch Ancestor> - Anomaly
Status string - The anomaly status of the managed switch.
- Class
Id string - Compliance
Status string - The compliance status of the managed switch.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fabric
Get
Niatelemetry Switch Fabric - Fabric
Type string - The type of fabric the managed switch belongs to.
- Hardware
Conformance string - The hardware conformance status of the managed switch.
- Hardware
End stringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- Hardware
Last stringDate Of Support - The hardware last date of support of the managed switch.
- Hostname string
- The hostname of the managed switch.
- Id string
- In
Band stringIp - The inband IPv4 address of the managed switch.
- Ip
Address string - The IP address of the managed switch.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the managed switch.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operating
System stringVersion - The OS version of the managed switch.
- Out
Of stringBand Ip - The out-of-band IPv4 address of the managed switch.
- Owners List<string>
- Parent
Get
Niatelemetry Switch Parent - Permission
Resources List<GetNiatelemetry Switch Permission Resource> - Role string
- The role of the managed switch.
- Serial string
- The serial number of the managed switch.
- 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.
- Site string
- The name of the managed fabric.
- Software
Conformance string - The software conformance status of the managed switch.
- Software
End stringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- Software
Last stringDate Of Support - The software last date of support of the managed switch.
- Software
Version string - The software version of the managed switch.
- Strong
Asset stringId - The DBID of the managed switch.
- Switch
Interfaces List<GetNiatelemetry Switch Switch Interface> - System
Up stringTime - The system uptime of the managed switch.
-
List<Get
Niatelemetry Switch Tag> - Telemetry
Enabled bool - Indicates whether telemetry is enabled for the fabric.
- Version
Context GetNiatelemetry Switch Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Niatelemetry Switch Ancestor - Anomaly
Status string - The anomaly status of the managed switch.
- Class
Id string - Compliance
Status string - The compliance status of the managed switch.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fabric
Get
Niatelemetry Switch Fabric - Fabric
Type string - The type of fabric the managed switch belongs to.
- Hardware
Conformance string - The hardware conformance status of the managed switch.
- Hardware
End stringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- Hardware
Last stringDate Of Support - The hardware last date of support of the managed switch.
- Hostname string
- The hostname of the managed switch.
- Id string
- In
Band stringIp - The inband IPv4 address of the managed switch.
- Ip
Address string - The IP address of the managed switch.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the managed switch.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operating
System stringVersion - The OS version of the managed switch.
- Out
Of stringBand Ip - The out-of-band IPv4 address of the managed switch.
- Owners []string
- Parent
Get
Niatelemetry Switch Parent - Permission
Resources []GetNiatelemetry Switch Permission Resource - Role string
- The role of the managed switch.
- Serial string
- The serial number of the managed switch.
- 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.
- Site string
- The name of the managed fabric.
- Software
Conformance string - The software conformance status of the managed switch.
- Software
End stringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- Software
Last stringDate Of Support - The software last date of support of the managed switch.
- Software
Version string - The software version of the managed switch.
- Strong
Asset stringId - The DBID of the managed switch.
- Switch
Interfaces []GetNiatelemetry Switch Switch Interface - System
Up stringTime - The system uptime of the managed switch.
-
[]Get
Niatelemetry Switch Tag - Telemetry
Enabled bool - Indicates whether telemetry is enabled for the fabric.
- Version
Context GetNiatelemetry Switch Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- anomaly_
status string - The anomaly status of the managed switch.
- class_
id string - compliance_
status string - The compliance status of the managed switch.
- create_
time string - The time when this managed object was created.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- fabric object
- fabric_
type string - The type of fabric the managed switch belongs to.
- hardware_
conformance string - The hardware conformance status of the managed switch.
- hardware_
end_ stringof_ vulnerability_ support_ date - The hardware end of vulnerability support date of the managed switch.
- hardware_
last_ stringdate_ of_ support - The hardware last date of support of the managed switch.
- hostname string
- The hostname of the managed switch.
- id string
- in_
band_ stringip - The inband IPv4 address of the managed switch.
- ip_
address string - The IP address of the managed switch.
- mod_
time string - The time when this managed object was last modified.
- model string
- The model of the managed switch.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - operating_
system_ stringversion - The OS version of the managed switch.
- out_
of_ stringband_ ip - The out-of-band IPv4 address of the managed switch.
- owners list(string)
- parent object
- permission_
resources list(object) - role string
- The role of the managed switch.
- serial string
- The serial number of the managed switch.
- 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.
- site string
- The name of the managed fabric.
- software_
conformance string - The software conformance status of the managed switch.
- software_
end_ stringof_ vulnerability_ support_ date - The software end of vulnerability support date of the managed switch.
- software_
last_ stringdate_ of_ support - The software last date of support of the managed switch.
- software_
version string - The software version of the managed switch.
- strong_
asset_ stringid - The DBID of the managed switch.
- switch_
interfaces list(object) - system_
up_ stringtime - The system uptime of the managed switch.
- list(object)
- telemetry_
enabled bool - Indicates whether telemetry is enabled for the fabric.
- version_
context object
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Niatelemetry Switch Ancestor> - anomaly
Status String - The anomaly status of the managed switch.
- class
Id String - compliance
Status String - The compliance status of the managed switch.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fabric
Get
Niatelemetry Switch Fabric - fabric
Type String - The type of fabric the managed switch belongs to.
- hardware
Conformance String - The hardware conformance status of the managed switch.
- hardware
End StringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- hardware
Last StringDate Of Support - The hardware last date of support of the managed switch.
- hostname String
- The hostname of the managed switch.
- id String
- in
Band StringIp - The inband IPv4 address of the managed switch.
- ip
Address String - The IP address of the managed switch.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the managed switch.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operating
System StringVersion - The OS version of the managed switch.
- out
Of StringBand Ip - The out-of-band IPv4 address of the managed switch.
- owners List<String>
- parent
Get
Niatelemetry Switch Parent - permission
Resources List<GetNiatelemetry Switch Permission Resource> - role String
- The role of the managed switch.
- serial String
- The serial number of the managed switch.
- 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.
- site String
- The name of the managed fabric.
- software
Conformance String - The software conformance status of the managed switch.
- software
End StringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- software
Last StringDate Of Support - The software last date of support of the managed switch.
- software
Version String - The software version of the managed switch.
- strong
Asset StringId - The DBID of the managed switch.
- switch
Interfaces List<GetNiatelemetry Switch Switch Interface> - system
Up StringTime - The system uptime of the managed switch.
-
List<Get
Niatelemetry Switch Tag> - telemetry
Enabled Boolean - Indicates whether telemetry is enabled for the fabric.
- version
Context GetNiatelemetry Switch Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Niatelemetry Switch Ancestor[] - anomaly
Status string - The anomaly status of the managed switch.
- class
Id string - compliance
Status string - The compliance status of the managed switch.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- fabric
Get
Niatelemetry Switch Fabric - fabric
Type string - The type of fabric the managed switch belongs to.
- hardware
Conformance string - The hardware conformance status of the managed switch.
- hardware
End stringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- hardware
Last stringDate Of Support - The hardware last date of support of the managed switch.
- hostname string
- The hostname of the managed switch.
- id string
- in
Band stringIp - The inband IPv4 address of the managed switch.
- ip
Address string - The IP address of the managed switch.
- mod
Time string - The time when this managed object was last modified.
- model string
- The model of the managed switch.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - operating
System stringVersion - The OS version of the managed switch.
- out
Of stringBand Ip - The out-of-band IPv4 address of the managed switch.
- owners string[]
- parent
Get
Niatelemetry Switch Parent - permission
Resources GetNiatelemetry Switch Permission Resource[] - role string
- The role of the managed switch.
- serial string
- The serial number of the managed switch.
- 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.
- site string
- The name of the managed fabric.
- software
Conformance string - The software conformance status of the managed switch.
- software
End stringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- software
Last stringDate Of Support - The software last date of support of the managed switch.
- software
Version string - The software version of the managed switch.
- strong
Asset stringId - The DBID of the managed switch.
- switch
Interfaces GetNiatelemetry Switch Switch Interface[] - system
Up stringTime - The system uptime of the managed switch.
-
Get
Niatelemetry Switch Tag[] - telemetry
Enabled boolean - Indicates whether telemetry is enabled for the fabric.
- version
Context GetNiatelemetry Switch Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Niatelemetry Switch Ancestor] - anomaly_
status str - The anomaly status of the managed switch.
- class_
id str - compliance_
status str - The compliance status of the managed switch.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fabric
Get
Niatelemetry Switch Fabric - fabric_
type str - The type of fabric the managed switch belongs to.
- hardware_
conformance str - The hardware conformance status of the managed switch.
- hardware_
end_ strof_ vulnerability_ support_ date - The hardware end of vulnerability support date of the managed switch.
- hardware_
last_ strdate_ of_ support - The hardware last date of support of the managed switch.
- hostname str
- The hostname of the managed switch.
- id str
- in_
band_ strip - The inband IPv4 address of the managed switch.
- ip_
address str - The IP address of the managed switch.
- mod_
time str - The time when this managed object was last modified.
- model str
- The model of the managed switch.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - operating_
system_ strversion - The OS version of the managed switch.
- out_
of_ strband_ ip - The out-of-band IPv4 address of the managed switch.
- owners Sequence[str]
- parent
Get
Niatelemetry Switch Parent - permission_
resources Sequence[GetNiatelemetry Switch Permission Resource] - role str
- The role of the managed switch.
- serial str
- The serial number of the managed switch.
- 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.
- site str
- The name of the managed fabric.
- software_
conformance str - The software conformance status of the managed switch.
- software_
end_ strof_ vulnerability_ support_ date - The software end of vulnerability support date of the managed switch.
- software_
last_ strdate_ of_ support - The software last date of support of the managed switch.
- software_
version str - The software version of the managed switch.
- strong_
asset_ strid - The DBID of the managed switch.
- switch_
interfaces Sequence[GetNiatelemetry Switch Switch Interface] - system_
up_ strtime - The system uptime of the managed switch.
-
Sequence[Get
Niatelemetry Switch Tag] - telemetry_
enabled bool - Indicates whether telemetry is enabled for the fabric.
- version_
context GetNiatelemetry Switch Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- anomaly
Status String - The anomaly status of the managed switch.
- class
Id String - compliance
Status String - The compliance status of the managed switch.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fabric Property Map
- fabric
Type String - The type of fabric the managed switch belongs to.
- hardware
Conformance String - The hardware conformance status of the managed switch.
- hardware
End StringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- hardware
Last StringDate Of Support - The hardware last date of support of the managed switch.
- hostname String
- The hostname of the managed switch.
- id String
- in
Band StringIp - The inband IPv4 address of the managed switch.
- ip
Address String - The IP address of the managed switch.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the managed switch.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operating
System StringVersion - The OS version of the managed switch.
- out
Of StringBand Ip - The out-of-band IPv4 address of the managed switch.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - role String
- The role of the managed switch.
- serial String
- The serial number of the managed switch.
- 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.
- site String
- The name of the managed fabric.
- software
Conformance String - The software conformance status of the managed switch.
- software
End StringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- software
Last StringDate Of Support - The software last date of support of the managed switch.
- software
Version String - The software version of the managed switch.
- strong
Asset StringId - The DBID of the managed switch.
- switch
Interfaces List<Property Map> - system
Up StringTime - The system uptime of the managed switch.
- List<Property Map>
- telemetry
Enabled Boolean - Indicates whether telemetry is enabled for the fabric.
- version
Context Property Map
getNiatelemetrySwitch Result
The following output properties are available:
- Id string
- Results
List<Get
Niatelemetry Switch Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Niatelemetry Switch Ancestor> - Anomaly
Status string - Class
Id string - Compliance
Status string - Create
Time string - Domain
Group stringMoid - Fabric
Get
Niatelemetry Switch Fabric - Fabric
Type string - Hardware
Conformance string - Hardware
End stringOf Vulnerability Support Date - Hardware
Last stringDate Of Support - Hostname string
- In
Band stringIp - Ip
Address string - Mod
Time string - Model string
- Moid string
- Object
Type string - Operating
System stringVersion - Out
Of stringBand Ip - Owners List<string>
- Parent
Get
Niatelemetry Switch Parent - Permission
Resources List<GetNiatelemetry Switch Permission Resource> - Role string
- Serial string
- string
- Site string
- Software
Conformance string - Software
End stringOf Vulnerability Support Date - Software
Last stringDate Of Support - Software
Version string - Strong
Asset stringId - Switch
Interfaces List<GetNiatelemetry Switch Switch Interface> - System
Up stringTime -
List<Get
Niatelemetry Switch Tag> - Telemetry
Enabled bool - Version
Context GetNiatelemetry Switch Version Context
- Id string
- Results
[]Get
Niatelemetry Switch Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Niatelemetry Switch Ancestor - Anomaly
Status string - Class
Id string - Compliance
Status string - Create
Time string - Domain
Group stringMoid - Fabric
Get
Niatelemetry Switch Fabric - Fabric
Type string - Hardware
Conformance string - Hardware
End stringOf Vulnerability Support Date - Hardware
Last stringDate Of Support - Hostname string
- In
Band stringIp - Ip
Address string - Mod
Time string - Model string
- Moid string
- Object
Type string - Operating
System stringVersion - Out
Of stringBand Ip - Owners []string
- Parent
Get
Niatelemetry Switch Parent - Permission
Resources []GetNiatelemetry Switch Permission Resource - Role string
- Serial string
- string
- Site string
- Software
Conformance string - Software
End stringOf Vulnerability Support Date - Software
Last stringDate Of Support - Software
Version string - Strong
Asset stringId - Switch
Interfaces []GetNiatelemetry Switch Switch Interface - System
Up stringTime -
[]Get
Niatelemetry Switch Tag - Telemetry
Enabled bool - Version
Context GetNiatelemetry Switch Version Context
- id string
- results list(object)
- account_
moid string - additional_
properties string - ancestors list(object)
- anomaly_
status string - class_
id string - compliance_
status string - create_
time string - domain_
group_ stringmoid - fabric object
- fabric_
type string - hardware_
conformance string - hardware_
end_ stringof_ vulnerability_ support_ date - hardware_
last_ stringdate_ of_ support - hostname string
- in_
band_ stringip - ip_
address string - mod_
time string - model string
- moid string
- object_
type string - operating_
system_ stringversion - out_
of_ stringband_ ip - owners list(string)
- parent object
- permission_
resources list(object) - role string
- serial string
- string
- site string
- software_
conformance string - software_
end_ stringof_ vulnerability_ support_ date - software_
last_ stringdate_ of_ support - software_
version string - strong_
asset_ stringid - switch_
interfaces list(object) - system_
up_ stringtime - list(object)
- telemetry_
enabled bool - version_
context object
- id String
- results
List<Get
Niatelemetry Switch Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Niatelemetry Switch Ancestor> - anomaly
Status String - class
Id String - compliance
Status String - create
Time String - domain
Group StringMoid - fabric
Get
Niatelemetry Switch Fabric - fabric
Type String - hardware
Conformance String - hardware
End StringOf Vulnerability Support Date - hardware
Last StringDate Of Support - hostname String
- in
Band StringIp - ip
Address String - mod
Time String - model String
- moid String
- object
Type String - operating
System StringVersion - out
Of StringBand Ip - owners List<String>
- parent
Get
Niatelemetry Switch Parent - permission
Resources List<GetNiatelemetry Switch Permission Resource> - role String
- serial String
- String
- site String
- software
Conformance String - software
End StringOf Vulnerability Support Date - software
Last StringDate Of Support - software
Version String - strong
Asset StringId - switch
Interfaces List<GetNiatelemetry Switch Switch Interface> - system
Up StringTime -
List<Get
Niatelemetry Switch Tag> - telemetry
Enabled Boolean - version
Context GetNiatelemetry Switch Version Context
- id string
- results
Get
Niatelemetry Switch Result[] - account
Moid string - additional
Properties string - ancestors
Get
Niatelemetry Switch Ancestor[] - anomaly
Status string - class
Id string - compliance
Status string - create
Time string - domain
Group stringMoid - fabric
Get
Niatelemetry Switch Fabric - fabric
Type string - hardware
Conformance string - hardware
End stringOf Vulnerability Support Date - hardware
Last stringDate Of Support - hostname string
- in
Band stringIp - ip
Address string - mod
Time string - model string
- moid string
- object
Type string - operating
System stringVersion - out
Of stringBand Ip - owners string[]
- parent
Get
Niatelemetry Switch Parent - permission
Resources GetNiatelemetry Switch Permission Resource[] - role string
- serial string
- string
- site string
- software
Conformance string - software
End stringOf Vulnerability Support Date - software
Last stringDate Of Support - software
Version string - strong
Asset stringId - switch
Interfaces GetNiatelemetry Switch Switch Interface[] - system
Up stringTime -
Get
Niatelemetry Switch Tag[] - telemetry
Enabled boolean - version
Context GetNiatelemetry Switch Version Context
- id str
- results
Sequence[Get
Niatelemetry Switch Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Niatelemetry Switch Ancestor] - anomaly_
status str - class_
id str - compliance_
status str - create_
time str - domain_
group_ strmoid - fabric
Get
Niatelemetry Switch Fabric - fabric_
type str - hardware_
conformance str - hardware_
end_ strof_ vulnerability_ support_ date - hardware_
last_ strdate_ of_ support - hostname str
- in_
band_ strip - ip_
address str - mod_
time str - model str
- moid str
- object_
type str - operating_
system_ strversion - out_
of_ strband_ ip - owners Sequence[str]
- parent
Get
Niatelemetry Switch Parent - permission_
resources Sequence[GetNiatelemetry Switch Permission Resource] - role str
- serial str
- str
- site str
- software_
conformance str - software_
end_ strof_ vulnerability_ support_ date - software_
last_ strdate_ of_ support - software_
version str - strong_
asset_ strid - switch_
interfaces Sequence[GetNiatelemetry Switch Switch Interface] - system_
up_ strtime -
Sequence[Get
Niatelemetry Switch Tag] - telemetry_
enabled bool - version_
context GetNiatelemetry Switch Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- anomaly
Status String - class
Id String - compliance
Status String - create
Time String - domain
Group StringMoid - fabric Property Map
- fabric
Type String - hardware
Conformance String - hardware
End StringOf Vulnerability Support Date - hardware
Last StringDate Of Support - hostname String
- in
Band StringIp - ip
Address String - mod
Time String - model String
- moid String
- object
Type String - operating
System StringVersion - out
Of StringBand Ip - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - role String
- serial String
- String
- site String
- software
Conformance String - software
End StringOf Vulnerability Support Date - software
Last StringDate Of Support - software
Version String - strong
Asset StringId - switch
Interfaces List<Property Map> - system
Up StringTime - List<Property Map>
- telemetry
Enabled Boolean - version
Context Property Map
Supporting Types
GetNiatelemetrySwitchAncestor
- 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'.
GetNiatelemetrySwitchFabric
- 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'.
GetNiatelemetrySwitchParent
- 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'.
GetNiatelemetrySwitchPermissionResource
- 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'.
GetNiatelemetrySwitchResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Niatelemetry Switch Result Ancestor> - Anomaly
Status string - The anomaly status of the managed switch.
- Class
Id string - Compliance
Status string - The compliance status of the managed switch.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fabric
Type string - The type of fabric the managed switch belongs to.
- Fabrics
List<Get
Niatelemetry Switch Result Fabric> - Hardware
Conformance string - The hardware conformance status of the managed switch.
- Hardware
End stringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- Hardware
Last stringDate Of Support - The hardware last date of support of the managed switch.
- Hostname string
- The hostname of the managed switch.
- In
Band stringIp - The inband IPv4 address of the managed switch.
- Ip
Address string - The IP address of the managed switch.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the managed switch.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operating
System stringVersion - The OS version of the managed switch.
- Out
Of stringBand Ip - The out-of-band IPv4 address of the managed switch.
- Owners List<string>
- Parents
List<Get
Niatelemetry Switch Result Parent> - Permission
Resources List<GetNiatelemetry Switch Result Permission Resource> - Role string
- The role of the managed switch.
- Serial string
- The serial number of the managed switch.
- 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.
- Site string
- The name of the managed fabric.
- Software
Conformance string - The software conformance status of the managed switch.
- Software
End stringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- Software
Last stringDate Of Support - The software last date of support of the managed switch.
- Software
Version string - The software version of the managed switch.
- Strong
Asset stringId - The DBID of the managed switch.
- Switch
Interfaces List<GetNiatelemetry Switch Result Switch Interface> - System
Up stringTime - The system uptime of the managed switch.
-
List<Get
Niatelemetry Switch Result Tag> - Telemetry
Enabled bool - Indicates whether telemetry is enabled for the fabric.
- Version
Contexts List<GetNiatelemetry Switch Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Niatelemetry Switch Result Ancestor - Anomaly
Status string - The anomaly status of the managed switch.
- Class
Id string - Compliance
Status string - The compliance status of the managed switch.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fabric
Type string - The type of fabric the managed switch belongs to.
- Fabrics
[]Get
Niatelemetry Switch Result Fabric - Hardware
Conformance string - The hardware conformance status of the managed switch.
- Hardware
End stringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- Hardware
Last stringDate Of Support - The hardware last date of support of the managed switch.
- Hostname string
- The hostname of the managed switch.
- In
Band stringIp - The inband IPv4 address of the managed switch.
- Ip
Address string - The IP address of the managed switch.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the managed switch.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operating
System stringVersion - The OS version of the managed switch.
- Out
Of stringBand Ip - The out-of-band IPv4 address of the managed switch.
- Owners []string
- Parents
[]Get
Niatelemetry Switch Result Parent - Permission
Resources []GetNiatelemetry Switch Result Permission Resource - Role string
- The role of the managed switch.
- Serial string
- The serial number of the managed switch.
- 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.
- Site string
- The name of the managed fabric.
- Software
Conformance string - The software conformance status of the managed switch.
- Software
End stringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- Software
Last stringDate Of Support - The software last date of support of the managed switch.
- Software
Version string - The software version of the managed switch.
- Strong
Asset stringId - The DBID of the managed switch.
- Switch
Interfaces []GetNiatelemetry Switch Result Switch Interface - System
Up stringTime - The system uptime of the managed switch.
-
[]Get
Niatelemetry Switch Result Tag - Telemetry
Enabled bool - Indicates whether telemetry is enabled for the fabric.
- Version
Contexts []GetNiatelemetry Switch Result Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- anomaly_
status string - The anomaly status of the managed switch.
- class_
id string - compliance_
status string - The compliance status of the managed switch.
- create_
time string - The time when this managed object was created.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- fabric_
type string - The type of fabric the managed switch belongs to.
- fabrics list(object)
- hardware_
conformance string - The hardware conformance status of the managed switch.
- hardware_
end_ stringof_ vulnerability_ support_ date - The hardware end of vulnerability support date of the managed switch.
- hardware_
last_ stringdate_ of_ support - The hardware last date of support of the managed switch.
- hostname string
- The hostname of the managed switch.
- in_
band_ stringip - The inband IPv4 address of the managed switch.
- ip_
address string - The IP address of the managed switch.
- mod_
time string - The time when this managed object was last modified.
- model string
- The model of the managed switch.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - operating_
system_ stringversion - The OS version of the managed switch.
- out_
of_ stringband_ ip - The out-of-band IPv4 address of the managed switch.
- owners list(string)
- parents list(object)
- permission_
resources list(object) - role string
- The role of the managed switch.
- serial string
- The serial number of the managed switch.
- 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.
- site string
- The name of the managed fabric.
- software_
conformance string - The software conformance status of the managed switch.
- software_
end_ stringof_ vulnerability_ support_ date - The software end of vulnerability support date of the managed switch.
- software_
last_ stringdate_ of_ support - The software last date of support of the managed switch.
- software_
version string - The software version of the managed switch.
- strong_
asset_ stringid - The DBID of the managed switch.
- switch_
interfaces list(object) - system_
up_ stringtime - The system uptime of the managed switch.
- list(object)
- telemetry_
enabled bool - Indicates whether telemetry is enabled for the fabric.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Niatelemetry Switch Result Ancestor> - anomaly
Status String - The anomaly status of the managed switch.
- class
Id String - compliance
Status String - The compliance status of the managed switch.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fabric
Type String - The type of fabric the managed switch belongs to.
- fabrics
List<Get
Niatelemetry Switch Result Fabric> - hardware
Conformance String - The hardware conformance status of the managed switch.
- hardware
End StringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- hardware
Last StringDate Of Support - The hardware last date of support of the managed switch.
- hostname String
- The hostname of the managed switch.
- in
Band StringIp - The inband IPv4 address of the managed switch.
- ip
Address String - The IP address of the managed switch.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the managed switch.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operating
System StringVersion - The OS version of the managed switch.
- out
Of StringBand Ip - The out-of-band IPv4 address of the managed switch.
- owners List<String>
- parents
List<Get
Niatelemetry Switch Result Parent> - permission
Resources List<GetNiatelemetry Switch Result Permission Resource> - role String
- The role of the managed switch.
- serial String
- The serial number of the managed switch.
- 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.
- site String
- The name of the managed fabric.
- software
Conformance String - The software conformance status of the managed switch.
- software
End StringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- software
Last StringDate Of Support - The software last date of support of the managed switch.
- software
Version String - The software version of the managed switch.
- strong
Asset StringId - The DBID of the managed switch.
- switch
Interfaces List<GetNiatelemetry Switch Result Switch Interface> - system
Up StringTime - The system uptime of the managed switch.
-
List<Get
Niatelemetry Switch Result Tag> - telemetry
Enabled Boolean - Indicates whether telemetry is enabled for the fabric.
- version
Contexts List<GetNiatelemetry Switch Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Niatelemetry Switch Result Ancestor[] - anomaly
Status string - The anomaly status of the managed switch.
- class
Id string - compliance
Status string - The compliance status of the managed switch.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- fabric
Type string - The type of fabric the managed switch belongs to.
- fabrics
Get
Niatelemetry Switch Result Fabric[] - hardware
Conformance string - The hardware conformance status of the managed switch.
- hardware
End stringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- hardware
Last stringDate Of Support - The hardware last date of support of the managed switch.
- hostname string
- The hostname of the managed switch.
- in
Band stringIp - The inband IPv4 address of the managed switch.
- ip
Address string - The IP address of the managed switch.
- mod
Time string - The time when this managed object was last modified.
- model string
- The model of the managed switch.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - operating
System stringVersion - The OS version of the managed switch.
- out
Of stringBand Ip - The out-of-band IPv4 address of the managed switch.
- owners string[]
- parents
Get
Niatelemetry Switch Result Parent[] - permission
Resources GetNiatelemetry Switch Result Permission Resource[] - role string
- The role of the managed switch.
- serial string
- The serial number of the managed switch.
- 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.
- site string
- The name of the managed fabric.
- software
Conformance string - The software conformance status of the managed switch.
- software
End stringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- software
Last stringDate Of Support - The software last date of support of the managed switch.
- software
Version string - The software version of the managed switch.
- strong
Asset stringId - The DBID of the managed switch.
- switch
Interfaces GetNiatelemetry Switch Result Switch Interface[] - system
Up stringTime - The system uptime of the managed switch.
-
Get
Niatelemetry Switch Result Tag[] - telemetry
Enabled boolean - Indicates whether telemetry is enabled for the fabric.
- version
Contexts GetNiatelemetry Switch Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Niatelemetry Switch Result Ancestor] - anomaly_
status str - The anomaly status of the managed switch.
- class_
id str - compliance_
status str - The compliance status of the managed switch.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fabric_
type str - The type of fabric the managed switch belongs to.
- fabrics
Sequence[Get
Niatelemetry Switch Result Fabric] - hardware_
conformance str - The hardware conformance status of the managed switch.
- hardware_
end_ strof_ vulnerability_ support_ date - The hardware end of vulnerability support date of the managed switch.
- hardware_
last_ strdate_ of_ support - The hardware last date of support of the managed switch.
- hostname str
- The hostname of the managed switch.
- in_
band_ strip - The inband IPv4 address of the managed switch.
- ip_
address str - The IP address of the managed switch.
- mod_
time str - The time when this managed object was last modified.
- model str
- The model of the managed switch.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - operating_
system_ strversion - The OS version of the managed switch.
- out_
of_ strband_ ip - The out-of-band IPv4 address of the managed switch.
- owners Sequence[str]
- parents
Sequence[Get
Niatelemetry Switch Result Parent] - permission_
resources Sequence[GetNiatelemetry Switch Result Permission Resource] - role str
- The role of the managed switch.
- serial str
- The serial number of the managed switch.
- 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.
- site str
- The name of the managed fabric.
- software_
conformance str - The software conformance status of the managed switch.
- software_
end_ strof_ vulnerability_ support_ date - The software end of vulnerability support date of the managed switch.
- software_
last_ strdate_ of_ support - The software last date of support of the managed switch.
- software_
version str - The software version of the managed switch.
- strong_
asset_ strid - The DBID of the managed switch.
- switch_
interfaces Sequence[GetNiatelemetry Switch Result Switch Interface] - system_
up_ strtime - The system uptime of the managed switch.
-
Sequence[Get
Niatelemetry Switch Result Tag] - telemetry_
enabled bool - Indicates whether telemetry is enabled for the fabric.
- version_
contexts Sequence[GetNiatelemetry Switch Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- anomaly
Status String - The anomaly status of the managed switch.
- class
Id String - compliance
Status String - The compliance status of the managed switch.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fabric
Type String - The type of fabric the managed switch belongs to.
- fabrics List<Property Map>
- hardware
Conformance String - The hardware conformance status of the managed switch.
- hardware
End StringOf Vulnerability Support Date - The hardware end of vulnerability support date of the managed switch.
- hardware
Last StringDate Of Support - The hardware last date of support of the managed switch.
- hostname String
- The hostname of the managed switch.
- in
Band StringIp - The inband IPv4 address of the managed switch.
- ip
Address String - The IP address of the managed switch.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the managed switch.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operating
System StringVersion - The OS version of the managed switch.
- out
Of StringBand Ip - The out-of-band IPv4 address of the managed switch.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - role String
- The role of the managed switch.
- serial String
- The serial number of the managed switch.
- 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.
- site String
- The name of the managed fabric.
- software
Conformance String - The software conformance status of the managed switch.
- software
End StringOf Vulnerability Support Date - The software end of vulnerability support date of the managed switch.
- software
Last StringDate Of Support - The software last date of support of the managed switch.
- software
Version String - The software version of the managed switch.
- strong
Asset StringId - The DBID of the managed switch.
- switch
Interfaces List<Property Map> - system
Up StringTime - The system uptime of the managed switch.
- List<Property Map>
- telemetry
Enabled Boolean - Indicates whether telemetry is enabled for the fabric.
- version
Contexts List<Property Map>
GetNiatelemetrySwitchResultAncestor
- 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
GetNiatelemetrySwitchResultFabric
- 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
GetNiatelemetrySwitchResultParent
- 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
GetNiatelemetrySwitchResultPermissionResource
- 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
GetNiatelemetrySwitchResultSwitchInterface
- 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
GetNiatelemetrySwitchResultTag
- 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 Switch Result Tag Ancestor Definition> - definitions
List<Get
Niatelemetry Switch Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetNiatelemetry Switch Result Tag Ancestor Definition[] - definitions
Get
Niatelemetry Switch 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
GetNiatelemetrySwitchResultTagAncestorDefinition
- 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
GetNiatelemetrySwitchResultTagDefinition
- 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
GetNiatelemetrySwitchResultVersionContext
- 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 Switch Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetNiatelemetry Switch 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
GetNiatelemetrySwitchResultVersionContextInterestedMo
- 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
GetNiatelemetrySwitchResultVersionContextRefMo
- 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
GetNiatelemetrySwitchSwitchInterface
- 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'.
GetNiatelemetrySwitchTag
- Additional
Properties string - Ancestor
Definitions List<GetNiatelemetry Switch Tag Ancestor Definition> - Definition
Get
Niatelemetry Switch 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 Switch Tag Ancestor Definition - Definition
Get
Niatelemetry Switch 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 Switch Tag Ancestor Definition> - definition
Get
Niatelemetry Switch 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 Switch Tag Ancestor Definition[] - definition
Get
Niatelemetry Switch 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 Switch Tag Ancestor Definition] - definition
Get
Niatelemetry Switch 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.
GetNiatelemetrySwitchTagAncestorDefinition
- 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'.
GetNiatelemetrySwitchTagDefinition
- 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'.
GetNiatelemetrySwitchVersionContext
- 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 Switch 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 Switch 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 Switch 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 Switch 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 Switch 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 Switch 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 Switch 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 Switch 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 Switch 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 Switch 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.
GetNiatelemetrySwitchVersionContextInterestedMo
- 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'.
GetNiatelemetrySwitchVersionContextRefMo
- 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