Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
An interface managed by a nexus dashboard instance.
Using getNiatelemetrySwitchInterface
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 getNiatelemetrySwitchInterface(args: GetNiatelemetrySwitchInterfaceArgs, opts?: InvokeOptions): Promise<GetNiatelemetrySwitchInterfaceResult>
function getNiatelemetrySwitchInterfaceOutput(args: GetNiatelemetrySwitchInterfaceOutputArgs, opts?: InvokeOutputOptions): Output<GetNiatelemetrySwitchInterfaceResult>def get_niatelemetry_switch_interface(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_status: Optional[str] = None,
ancestors: Optional[Sequence[GetNiatelemetrySwitchInterfaceAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
discovered: Optional[bool] = None,
discovered_config_mode: Optional[str] = None,
display_name: Optional[str] = None,
domain_group_moid: Optional[str] = None,
external_fabric: Optional[bool] = None,
fabric_name: Optional[str] = None,
id: Optional[str] = None,
interface_name: Optional[str] = None,
interface_type: Optional[str] = None,
ip: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
oper_mode: Optional[str] = None,
operational_status: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetNiatelemetrySwitchInterfaceParent] = None,
permission_resources: Optional[Sequence[GetNiatelemetrySwitchInterfacePermissionResource]] = None,
platform: Optional[str] = None,
port_channel_id: Optional[float] = None,
shared_scope: Optional[str] = None,
speed: Optional[str] = None,
switch: Optional[GetNiatelemetrySwitchInterfaceSwitch] = None,
switch_id: Optional[str] = None,
switch_name: Optional[str] = None,
tags: Optional[Sequence[GetNiatelemetrySwitchInterfaceTag]] = None,
version_context: Optional[GetNiatelemetrySwitchInterfaceVersionContext] = None,
vlan_id: Optional[float] = None,
vpc_id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetNiatelemetrySwitchInterfaceResult
def get_niatelemetry_switch_interface_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
admin_status: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchInterfaceAncestorArgs]]]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
discovered: pulumi.Input[Optional[bool]] = None,
discovered_config_mode: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
external_fabric: pulumi.Input[Optional[bool]] = None,
fabric_name: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
interface_name: pulumi.Input[Optional[str]] = None,
interface_type: pulumi.Input[Optional[str]] = None,
ip: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
oper_mode: pulumi.Input[Optional[str]] = None,
operational_status: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetNiatelemetrySwitchInterfaceParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchInterfacePermissionResourceArgs]]]] = None,
platform: pulumi.Input[Optional[str]] = None,
port_channel_id: pulumi.Input[Optional[float]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
speed: pulumi.Input[Optional[str]] = None,
switch: pulumi.Input[Optional[GetNiatelemetrySwitchInterfaceSwitchArgs]] = None,
switch_id: pulumi.Input[Optional[str]] = None,
switch_name: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchInterfaceTagArgs]]]] = None,
version_context: pulumi.Input[Optional[GetNiatelemetrySwitchInterfaceVersionContextArgs]] = None,
vlan_id: pulumi.Input[Optional[float]] = None,
vpc_id: pulumi.Input[Optional[float]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetNiatelemetrySwitchInterfaceResult]func LookupNiatelemetrySwitchInterface(ctx *Context, args *LookupNiatelemetrySwitchInterfaceArgs, opts ...InvokeOption) (*LookupNiatelemetrySwitchInterfaceResult, error)
func LookupNiatelemetrySwitchInterfaceOutput(ctx *Context, args *LookupNiatelemetrySwitchInterfaceOutputArgs, opts ...InvokeOption) LookupNiatelemetrySwitchInterfaceResultOutput> Note: This function is named LookupNiatelemetrySwitchInterface in the Go SDK.
public static class GetNiatelemetrySwitchInterface
{
public static Task<GetNiatelemetrySwitchInterfaceResult> InvokeAsync(GetNiatelemetrySwitchInterfaceArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetrySwitchInterfaceResult> Invoke(GetNiatelemetrySwitchInterfaceInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetrySwitchInterfaceResult> Invoke(GetNiatelemetrySwitchInterfaceInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetNiatelemetrySwitchInterfaceResult> getNiatelemetrySwitchInterface(GetNiatelemetrySwitchInterfaceArgs args, InvokeOptions options)
public static Output<GetNiatelemetrySwitchInterfaceResult> getNiatelemetrySwitchInterface(GetNiatelemetrySwitchInterfaceArgs args, InvokeOptions options)
public static Output<GetNiatelemetrySwitchInterfaceResult> getNiatelemetrySwitchInterface(GetNiatelemetrySwitchInterfaceArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getNiatelemetrySwitchInterface:getNiatelemetrySwitchInterface
arguments:
# arguments dictionarydata "intersight_get_niatelemetry_switch_interface" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Status string - Administrative status of the interface.
- Ancestors
List<Get
Niatelemetry Switch Interface Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Indicates whether the interface was discovered.
- Discovered
Config stringMode - Discovered configuration mode of the interface.
- Display
Name string - Display name of the interface.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- External
Fabric bool - Indicates whether the interface belongs to an external fabric.
- Fabric
Name string - Fabric name for the interface.
- Id string
- Interface
Name string - The name of the interface.
- Interface
Type string - The type of the interface.
- Ip string
- IP address configured on the interface.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
Mode string - Operational mode of the interface.
- Operational
Status string - Operational status of the interface.
- Owners List<string>
- Parent
Get
Niatelemetry Switch Interface Parent - Permission
Resources List<GetNiatelemetry Switch Interface Permission Resource> - Platform string
- Platform of the interface.
- Port
Channel doubleId - The portchannel ID of the associated interface.
- 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.
- Speed string
- The speed of the interface.
- Switch
Get
Niatelemetry Switch Interface Switch - Switch
Id string - Identifier of the switch that owns the interface.
- Switch
Name string - Name of the switch that owns the interface.
-
List<Get
Niatelemetry Switch Interface Tag> - Version
Context GetNiatelemetry Switch Interface Version Context - Vlan
Id double - VLAN identifier associated with the interface.
- Vpc
Id double - VPC identifier for the interface.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Status string - Administrative status of the interface.
- Ancestors
[]Get
Niatelemetry Switch Interface Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Indicates whether the interface was discovered.
- Discovered
Config stringMode - Discovered configuration mode of the interface.
- Display
Name string - Display name of the interface.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- External
Fabric bool - Indicates whether the interface belongs to an external fabric.
- Fabric
Name string - Fabric name for the interface.
- Id string
- Interface
Name string - The name of the interface.
- Interface
Type string - The type of the interface.
- Ip string
- IP address configured on the interface.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
Mode string - Operational mode of the interface.
- Operational
Status string - Operational status of the interface.
- Owners []string
- Parent
Get
Niatelemetry Switch Interface Parent - Permission
Resources []GetNiatelemetry Switch Interface Permission Resource - Platform string
- Platform of the interface.
- Port
Channel float64Id - The portchannel ID of the associated interface.
- 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.
- Speed string
- The speed of the interface.
- Switch
Get
Niatelemetry Switch Interface Switch - Switch
Id string - Identifier of the switch that owns the interface.
- Switch
Name string - Name of the switch that owns the interface.
-
[]Get
Niatelemetry Switch Interface Tag - Version
Context GetNiatelemetry Switch Interface Version Context - Vlan
Id float64 - VLAN identifier associated with the interface.
- Vpc
Id float64 - VPC identifier for the interface.
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
status string - Administrative status of the interface.
- ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- discovered bool
- Indicates whether the interface was discovered.
- discovered_
config_ stringmode - Discovered configuration mode of the interface.
- display_
name string - Display name of the interface.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- external_
fabric bool - Indicates whether the interface belongs to an external fabric.
- fabric_
name string - Fabric name for the interface.
- id string
- interface_
name string - The name of the interface.
- interface_
type string - The type of the interface.
- ip string
- IP address configured on the interface.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - oper_
mode string - Operational mode of the interface.
- operational_
status string - Operational status of the interface.
- owners list(string)
- parent object
- permission_
resources list(object) - platform string
- Platform of the interface.
- port_
channel_ numberid - The portchannel ID of the associated interface.
- 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.
- speed string
- The speed of the interface.
- switch object
- switch_
id string - Identifier of the switch that owns the interface.
- switch_
name string - Name of the switch that owns the interface.
- list(object)
- version_
context object - vlan_
id number - VLAN identifier associated with the interface.
- vpc_
id number - VPC identifier for the interface.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Status String - Administrative status of the interface.
- ancestors
List<Get
Niatelemetry Switch Interface Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Indicates whether the interface was discovered.
- discovered
Config StringMode - Discovered configuration mode of the interface.
- display
Name String - Display name of the interface.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- external
Fabric Boolean - Indicates whether the interface belongs to an external fabric.
- fabric
Name String - Fabric name for the interface.
- id String
- interface
Name String - The name of the interface.
- interface
Type String - The type of the interface.
- ip String
- IP address configured on the interface.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
Mode String - Operational mode of the interface.
- operational
Status String - Operational status of the interface.
- owners List<String>
- parent
Get
Niatelemetry Switch Interface Parent - permission
Resources List<GetNiatelemetry Switch Interface Permission Resource> - platform String
- Platform of the interface.
- port
Channel DoubleId - The portchannel ID of the associated interface.
- 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.
- speed String
- The speed of the interface.
- switch
Id String - Identifier of the switch that owns the interface.
- switch
Name String - Name of the switch that owns the interface.
- switch_
Get
Niatelemetry Switch Interface Switch -
List<Get
Niatelemetry Switch Interface Tag> - version
Context GetNiatelemetry Switch Interface Version Context - vlan
Id Double - VLAN identifier associated with the interface.
- vpc
Id Double - VPC identifier for the interface.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Status string - Administrative status of the interface.
- ancestors
Get
Niatelemetry Switch Interface Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- discovered boolean
- Indicates whether the interface was discovered.
- discovered
Config stringMode - Discovered configuration mode of the interface.
- display
Name string - Display name of the interface.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- external
Fabric boolean - Indicates whether the interface belongs to an external fabric.
- fabric
Name string - Fabric name for the interface.
- id string
- interface
Name string - The name of the interface.
- interface
Type string - The type of the interface.
- ip string
- IP address configured on the interface.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - oper
Mode string - Operational mode of the interface.
- operational
Status string - Operational status of the interface.
- owners string[]
- parent
Get
Niatelemetry Switch Interface Parent - permission
Resources GetNiatelemetry Switch Interface Permission Resource[] - platform string
- Platform of the interface.
- port
Channel numberId - The portchannel ID of the associated interface.
- 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.
- speed string
- The speed of the interface.
- switch
Get
Niatelemetry Switch Interface Switch - switch
Id string - Identifier of the switch that owns the interface.
- switch
Name string - Name of the switch that owns the interface.
-
Get
Niatelemetry Switch Interface Tag[] - version
Context GetNiatelemetry Switch Interface Version Context - vlan
Id number - VLAN identifier associated with the interface.
- vpc
Id number - VPC identifier for the interface.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
status str - Administrative status of the interface.
- ancestors
Sequence[Get
Niatelemetry Switch Interface Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- discovered bool
- Indicates whether the interface was discovered.
- discovered_
config_ strmode - Discovered configuration mode of the interface.
- display_
name str - Display name of the interface.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- external_
fabric bool - Indicates whether the interface belongs to an external fabric.
- fabric_
name str - Fabric name for the interface.
- id str
- interface_
name str - The name of the interface.
- interface_
type str - The type of the interface.
- ip str
- IP address configured on the interface.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - oper_
mode str - Operational mode of the interface.
- operational_
status str - Operational status of the interface.
- owners Sequence[str]
- parent
Get
Niatelemetry Switch Interface Parent - permission_
resources Sequence[GetNiatelemetry Switch Interface Permission Resource] - platform str
- Platform of the interface.
- port_
channel_ floatid - The portchannel ID of the associated interface.
- 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.
- speed str
- The speed of the interface.
- switch
Get
Niatelemetry Switch Interface Switch - switch_
id str - Identifier of the switch that owns the interface.
- switch_
name str - Name of the switch that owns the interface.
-
Sequence[Get
Niatelemetry Switch Interface Tag] - version_
context GetNiatelemetry Switch Interface Version Context - vlan_
id float - VLAN identifier associated with the interface.
- vpc_
id float - VPC identifier for the interface.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Status String - Administrative status of the interface.
- ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Indicates whether the interface was discovered.
- discovered
Config StringMode - Discovered configuration mode of the interface.
- display
Name String - Display name of the interface.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- external
Fabric Boolean - Indicates whether the interface belongs to an external fabric.
- fabric
Name String - Fabric name for the interface.
- id String
- interface
Name String - The name of the interface.
- interface
Type String - The type of the interface.
- ip String
- IP address configured on the interface.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
Mode String - Operational mode of the interface.
- operational
Status String - Operational status of the interface.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platform String
- Platform of the interface.
- port
Channel NumberId - The portchannel ID of the associated interface.
- 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.
- speed String
- The speed of the interface.
- switch Property Map
- switch
Id String - Identifier of the switch that owns the interface.
- switch
Name String - Name of the switch that owns the interface.
- List<Property Map>
- version
Context Property Map - vlan
Id Number - VLAN identifier associated with the interface.
- vpc
Id Number - VPC identifier for the interface.
getNiatelemetrySwitchInterface Result
The following output properties are available:
- Id string
- Results
List<Get
Niatelemetry Switch Interface Result> - Account
Moid string - Additional
Properties string - Admin
Status string - Ancestors
List<Get
Niatelemetry Switch Interface Ancestor> - Class
Id string - Create
Time string - Discovered bool
- Discovered
Config stringMode - Display
Name string - Domain
Group stringMoid - External
Fabric bool - Fabric
Name string - Interface
Name string - Interface
Type string - Ip string
- Mod
Time string - Moid string
- Object
Type string - Oper
Mode string - Operational
Status string - Owners List<string>
- Parent
Get
Niatelemetry Switch Interface Parent - Permission
Resources List<GetNiatelemetry Switch Interface Permission Resource> - Platform string
- Port
Channel doubleId - string
- Speed string
- Switch
Get
Niatelemetry Switch Interface Switch - Switch
Id string - Switch
Name string -
List<Get
Niatelemetry Switch Interface Tag> - Version
Context GetNiatelemetry Switch Interface Version Context - Vlan
Id double - Vpc
Id double
- Id string
- Results
[]Get
Niatelemetry Switch Interface Result - Account
Moid string - Additional
Properties string - Admin
Status string - Ancestors
[]Get
Niatelemetry Switch Interface Ancestor - Class
Id string - Create
Time string - Discovered bool
- Discovered
Config stringMode - Display
Name string - Domain
Group stringMoid - External
Fabric bool - Fabric
Name string - Interface
Name string - Interface
Type string - Ip string
- Mod
Time string - Moid string
- Object
Type string - Oper
Mode string - Operational
Status string - Owners []string
- Parent
Get
Niatelemetry Switch Interface Parent - Permission
Resources []GetNiatelemetry Switch Interface Permission Resource - Platform string
- Port
Channel float64Id - string
- Speed string
- Switch
Get
Niatelemetry Switch Interface Switch - Switch
Id string - Switch
Name string -
[]Get
Niatelemetry Switch Interface Tag - Version
Context GetNiatelemetry Switch Interface Version Context - Vlan
Id float64 - Vpc
Id float64
- id string
- results list(object)
- account_
moid string - additional_
properties string - admin_
status string - ancestors list(object)
- class_
id string - create_
time string - discovered bool
- discovered_
config_ stringmode - display_
name string - domain_
group_ stringmoid - external_
fabric bool - fabric_
name string - interface_
name string - interface_
type string - ip string
- mod_
time string - moid string
- object_
type string - oper_
mode string - operational_
status string - owners list(string)
- parent object
- permission_
resources list(object) - platform string
- port_
channel_ numberid - string
- speed string
- switch object
- switch_
id string - switch_
name string - list(object)
- version_
context object - vlan_
id number - vpc_
id number
- id String
- results
List<Get
Niatelemetry Switch Interface Result> - account
Moid String - additional
Properties String - admin
Status String - ancestors
List<Get
Niatelemetry Switch Interface Ancestor> - class
Id String - create
Time String - discovered Boolean
- discovered
Config StringMode - display
Name String - domain
Group StringMoid - external
Fabric Boolean - fabric
Name String - interface
Name String - interface
Type String - ip String
- mod
Time String - moid String
- object
Type String - oper
Mode String - operational
Status String - owners List<String>
- parent
Get
Niatelemetry Switch Interface Parent - permission
Resources List<GetNiatelemetry Switch Interface Permission Resource> - platform String
- port
Channel DoubleId - String
- speed String
- switch
Id String - switch
Name String - switch_
Get
Niatelemetry Switch Interface Switch -
List<Get
Niatelemetry Switch Interface Tag> - version
Context GetNiatelemetry Switch Interface Version Context - vlan
Id Double - vpc
Id Double
- id string
- results
Get
Niatelemetry Switch Interface Result[] - account
Moid string - additional
Properties string - admin
Status string - ancestors
Get
Niatelemetry Switch Interface Ancestor[] - class
Id string - create
Time string - discovered boolean
- discovered
Config stringMode - display
Name string - domain
Group stringMoid - external
Fabric boolean - fabric
Name string - interface
Name string - interface
Type string - ip string
- mod
Time string - moid string
- object
Type string - oper
Mode string - operational
Status string - owners string[]
- parent
Get
Niatelemetry Switch Interface Parent - permission
Resources GetNiatelemetry Switch Interface Permission Resource[] - platform string
- port
Channel numberId - string
- speed string
- switch
Get
Niatelemetry Switch Interface Switch - switch
Id string - switch
Name string -
Get
Niatelemetry Switch Interface Tag[] - version
Context GetNiatelemetry Switch Interface Version Context - vlan
Id number - vpc
Id number
- id str
- results
Sequence[Get
Niatelemetry Switch Interface Result] - account_
moid str - additional_
properties str - admin_
status str - ancestors
Sequence[Get
Niatelemetry Switch Interface Ancestor] - class_
id str - create_
time str - discovered bool
- discovered_
config_ strmode - display_
name str - domain_
group_ strmoid - external_
fabric bool - fabric_
name str - interface_
name str - interface_
type str - ip str
- mod_
time str - moid str
- object_
type str - oper_
mode str - operational_
status str - owners Sequence[str]
- parent
Get
Niatelemetry Switch Interface Parent - permission_
resources Sequence[GetNiatelemetry Switch Interface Permission Resource] - platform str
- port_
channel_ floatid - str
- speed str
- switch
Get
Niatelemetry Switch Interface Switch - switch_
id str - switch_
name str -
Sequence[Get
Niatelemetry Switch Interface Tag] - version_
context GetNiatelemetry Switch Interface Version Context - vlan_
id float - vpc_
id float
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - admin
Status String - ancestors List<Property Map>
- class
Id String - create
Time String - discovered Boolean
- discovered
Config StringMode - display
Name String - domain
Group StringMoid - external
Fabric Boolean - fabric
Name String - interface
Name String - interface
Type String - ip String
- mod
Time String - moid String
- object
Type String - oper
Mode String - operational
Status String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platform String
- port
Channel NumberId - String
- speed String
- switch Property Map
- switch
Id String - switch
Name String - List<Property Map>
- version
Context Property Map - vlan
Id Number - vpc
Id Number
Supporting Types
GetNiatelemetrySwitchInterfaceAncestor
- 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'.
GetNiatelemetrySwitchInterfaceParent
- 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'.
GetNiatelemetrySwitchInterfacePermissionResource
- 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'.
GetNiatelemetrySwitchInterfaceResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Status string - Administrative status of the interface.
- Ancestors
List<Get
Niatelemetry Switch Interface Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Indicates whether the interface was discovered.
- Discovered
Config stringMode - Discovered configuration mode of the interface.
- Display
Name string - Display name of the interface.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- External
Fabric bool - Indicates whether the interface belongs to an external fabric.
- Fabric
Name string - Fabric name for the interface.
- Interface
Name string - The name of the interface.
- Interface
Type string - The type of the interface.
- Ip string
- IP address configured on the interface.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
Mode string - Operational mode of the interface.
- Operational
Status string - Operational status of the interface.
- Owners List<string>
- Parents
List<Get
Niatelemetry Switch Interface Result Parent> - Permission
Resources List<GetNiatelemetry Switch Interface Result Permission Resource> - Platform string
- Platform of the interface.
- Port
Channel doubleId - The portchannel ID of the associated interface.
- 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.
- Speed string
- The speed of the interface.
- Switch
Id string - Identifier of the switch that owns the interface.
- Switch
Name string - Name of the switch that owns the interface.
- Switches
List<Get
Niatelemetry Switch Interface Result Switch> -
List<Get
Niatelemetry Switch Interface Result Tag> - Version
Contexts List<GetNiatelemetry Switch Interface Result Version Context> - Vlan
Id double - VLAN identifier associated with the interface.
- Vpc
Id double - VPC identifier for the interface.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Status string - Administrative status of the interface.
- Ancestors
[]Get
Niatelemetry Switch Interface Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Indicates whether the interface was discovered.
- Discovered
Config stringMode - Discovered configuration mode of the interface.
- Display
Name string - Display name of the interface.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- External
Fabric bool - Indicates whether the interface belongs to an external fabric.
- Fabric
Name string - Fabric name for the interface.
- Interface
Name string - The name of the interface.
- Interface
Type string - The type of the interface.
- Ip string
- IP address configured on the interface.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
Mode string - Operational mode of the interface.
- Operational
Status string - Operational status of the interface.
- Owners []string
- Parents
[]Get
Niatelemetry Switch Interface Result Parent - Permission
Resources []GetNiatelemetry Switch Interface Result Permission Resource - Platform string
- Platform of the interface.
- Port
Channel float64Id - The portchannel ID of the associated interface.
- 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.
- Speed string
- The speed of the interface.
- Switch
Id string - Identifier of the switch that owns the interface.
- Switch
Name string - Name of the switch that owns the interface.
- Switches
[]Get
Niatelemetry Switch Interface Result Switch -
[]Get
Niatelemetry Switch Interface Result Tag - Version
Contexts []GetNiatelemetry Switch Interface Result Version Context - Vlan
Id float64 - VLAN identifier associated with the interface.
- Vpc
Id float64 - VPC identifier for the interface.
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
status string - Administrative status of the interface.
- ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- discovered bool
- Indicates whether the interface was discovered.
- discovered_
config_ stringmode - Discovered configuration mode of the interface.
- display_
name string - Display name of the interface.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- external_
fabric bool - Indicates whether the interface belongs to an external fabric.
- fabric_
name string - Fabric name for the interface.
- interface_
name string - The name of the interface.
- interface_
type string - The type of the interface.
- ip string
- IP address configured on the interface.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - oper_
mode string - Operational mode of the interface.
- operational_
status string - Operational status of the interface.
- owners list(string)
- parents list(object)
- permission_
resources list(object) - platform string
- Platform of the interface.
- port_
channel_ numberid - The portchannel ID of the associated interface.
- 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.
- speed string
- The speed of the interface.
- switch_
id string - Identifier of the switch that owns the interface.
- switch_
name string - Name of the switch that owns the interface.
- switches list(object)
- list(object)
- version_
contexts list(object) - vlan_
id number - VLAN identifier associated with the interface.
- vpc_
id number - VPC identifier for the interface.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Status String - Administrative status of the interface.
- ancestors
List<Get
Niatelemetry Switch Interface Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Indicates whether the interface was discovered.
- discovered
Config StringMode - Discovered configuration mode of the interface.
- display
Name String - Display name of the interface.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- external
Fabric Boolean - Indicates whether the interface belongs to an external fabric.
- fabric
Name String - Fabric name for the interface.
- interface
Name String - The name of the interface.
- interface
Type String - The type of the interface.
- ip String
- IP address configured on the interface.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
Mode String - Operational mode of the interface.
- operational
Status String - Operational status of the interface.
- owners List<String>
- parents
List<Get
Niatelemetry Switch Interface Result Parent> - permission
Resources List<GetNiatelemetry Switch Interface Result Permission Resource> - platform String
- Platform of the interface.
- port
Channel DoubleId - The portchannel ID of the associated interface.
- 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.
- speed String
- The speed of the interface.
- switch
Id String - Identifier of the switch that owns the interface.
- switch
Name String - Name of the switch that owns the interface.
- switches
List<Get
Niatelemetry Switch Interface Result Switch> -
List<Get
Niatelemetry Switch Interface Result Tag> - version
Contexts List<GetNiatelemetry Switch Interface Result Version Context> - vlan
Id Double - VLAN identifier associated with the interface.
- vpc
Id Double - VPC identifier for the interface.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Status string - Administrative status of the interface.
- ancestors
Get
Niatelemetry Switch Interface Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- discovered boolean
- Indicates whether the interface was discovered.
- discovered
Config stringMode - Discovered configuration mode of the interface.
- display
Name string - Display name of the interface.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- external
Fabric boolean - Indicates whether the interface belongs to an external fabric.
- fabric
Name string - Fabric name for the interface.
- interface
Name string - The name of the interface.
- interface
Type string - The type of the interface.
- ip string
- IP address configured on the interface.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - oper
Mode string - Operational mode of the interface.
- operational
Status string - Operational status of the interface.
- owners string[]
- parents
Get
Niatelemetry Switch Interface Result Parent[] - permission
Resources GetNiatelemetry Switch Interface Result Permission Resource[] - platform string
- Platform of the interface.
- port
Channel numberId - The portchannel ID of the associated interface.
- 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.
- speed string
- The speed of the interface.
- switch
Id string - Identifier of the switch that owns the interface.
- switch
Name string - Name of the switch that owns the interface.
- switches
Get
Niatelemetry Switch Interface Result Switch[] -
Get
Niatelemetry Switch Interface Result Tag[] - version
Contexts GetNiatelemetry Switch Interface Result Version Context[] - vlan
Id number - VLAN identifier associated with the interface.
- vpc
Id number - VPC identifier for the interface.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
status str - Administrative status of the interface.
- ancestors
Sequence[Get
Niatelemetry Switch Interface Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- discovered bool
- Indicates whether the interface was discovered.
- discovered_
config_ strmode - Discovered configuration mode of the interface.
- display_
name str - Display name of the interface.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- external_
fabric bool - Indicates whether the interface belongs to an external fabric.
- fabric_
name str - Fabric name for the interface.
- interface_
name str - The name of the interface.
- interface_
type str - The type of the interface.
- ip str
- IP address configured on the interface.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - oper_
mode str - Operational mode of the interface.
- operational_
status str - Operational status of the interface.
- owners Sequence[str]
- parents
Sequence[Get
Niatelemetry Switch Interface Result Parent] - permission_
resources Sequence[GetNiatelemetry Switch Interface Result Permission Resource] - platform str
- Platform of the interface.
- port_
channel_ floatid - The portchannel ID of the associated interface.
- 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.
- speed str
- The speed of the interface.
- switch_
id str - Identifier of the switch that owns the interface.
- switch_
name str - Name of the switch that owns the interface.
- switches
Sequence[Get
Niatelemetry Switch Interface Result Switch] -
Sequence[Get
Niatelemetry Switch Interface Result Tag] - version_
contexts Sequence[GetNiatelemetry Switch Interface Result Version Context] - vlan_
id float - VLAN identifier associated with the interface.
- vpc_
id float - VPC identifier for the interface.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Status String - Administrative status of the interface.
- ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Indicates whether the interface was discovered.
- discovered
Config StringMode - Discovered configuration mode of the interface.
- display
Name String - Display name of the interface.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- external
Fabric Boolean - Indicates whether the interface belongs to an external fabric.
- fabric
Name String - Fabric name for the interface.
- interface
Name String - The name of the interface.
- interface
Type String - The type of the interface.
- ip String
- IP address configured on the interface.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
Mode String - Operational mode of the interface.
- operational
Status String - Operational status of the interface.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - platform String
- Platform of the interface.
- port
Channel NumberId - The portchannel ID of the associated interface.
- 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.
- speed String
- The speed of the interface.
- switch
Id String - Identifier of the switch that owns the interface.
- switch
Name String - Name of the switch that owns the interface.
- switches List<Property Map>
- List<Property Map>
- version
Contexts List<Property Map> - vlan
Id Number - VLAN identifier associated with the interface.
- vpc
Id Number - VPC identifier for the interface.
GetNiatelemetrySwitchInterfaceResultAncestor
- 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
GetNiatelemetrySwitchInterfaceResultParent
- 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
GetNiatelemetrySwitchInterfaceResultPermissionResource
- 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
GetNiatelemetrySwitchInterfaceResultSwitch
- 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
GetNiatelemetrySwitchInterfaceResultTag
- 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<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetNiatelemetrySwitchInterfaceResultTagAncestorDefinition
- 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
GetNiatelemetrySwitchInterfaceResultTagDefinition
- 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
GetNiatelemetrySwitchInterfaceResultVersionContext
- 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 List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetNiatelemetrySwitchInterfaceResultVersionContextInterestedMo
- 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
GetNiatelemetrySwitchInterfaceResultVersionContextRefMo
- 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
GetNiatelemetrySwitchInterfaceSwitch
- 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'.
GetNiatelemetrySwitchInterfaceTag
- Additional
Properties string - Ancestor
Definitions List<GetNiatelemetry Switch Interface Tag Ancestor Definition> - Definition
Get
Niatelemetry Switch Interface 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 Interface Tag Ancestor Definition - Definition
Get
Niatelemetry Switch Interface 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 Interface Tag Ancestor Definition> - definition
Get
Niatelemetry Switch Interface 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 Interface Tag Ancestor Definition[] - definition
Get
Niatelemetry Switch Interface 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 Interface Tag Ancestor Definition] - definition
Get
Niatelemetry Switch Interface 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.
GetNiatelemetrySwitchInterfaceTagAncestorDefinition
- 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'.
GetNiatelemetrySwitchInterfaceTagDefinition
- 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'.
GetNiatelemetrySwitchInterfaceVersionContext
- 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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.
GetNiatelemetrySwitchInterfaceVersionContextInterestedMo
- 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'.
GetNiatelemetrySwitchInterfaceVersionContextRefMo
- 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