1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getNiatelemetrySwitchInterface
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
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 dictionary
    data "intersight_get_niatelemetry_switch_interface" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminStatus string
    Administrative status of the interface.
    Ancestors List<GetNiatelemetrySwitchInterfaceAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Discovered bool
    Indicates whether the interface was discovered.
    DiscoveredConfigMode string
    Discovered configuration mode of the interface.
    DisplayName string
    Display name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalFabric bool
    Indicates whether the interface belongs to an external fabric.
    FabricName string
    Fabric name for the interface.
    Id string
    InterfaceName string
    The name of the interface.
    InterfaceType string
    The type of the interface.
    Ip string
    IP address configured on the interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperMode string
    Operational mode of the interface.
    OperationalStatus string
    Operational status of the interface.
    Owners List<string>
    Parent GetNiatelemetrySwitchInterfaceParent
    PermissionResources List<GetNiatelemetrySwitchInterfacePermissionResource>
    Platform string
    Platform of the interface.
    PortChannelId double
    The portchannel ID of the associated interface.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Speed string
    The speed of the interface.
    Switch GetNiatelemetrySwitchInterfaceSwitch
    SwitchId string
    Identifier of the switch that owns the interface.
    SwitchName string
    Name of the switch that owns the interface.
    Tags List<GetNiatelemetrySwitchInterfaceTag>
    VersionContext GetNiatelemetrySwitchInterfaceVersionContext
    VlanId double
    VLAN identifier associated with the interface.
    VpcId double
    VPC identifier for the interface.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminStatus string
    Administrative status of the interface.
    Ancestors []GetNiatelemetrySwitchInterfaceAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Discovered bool
    Indicates whether the interface was discovered.
    DiscoveredConfigMode string
    Discovered configuration mode of the interface.
    DisplayName string
    Display name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalFabric bool
    Indicates whether the interface belongs to an external fabric.
    FabricName string
    Fabric name for the interface.
    Id string
    InterfaceName string
    The name of the interface.
    InterfaceType string
    The type of the interface.
    Ip string
    IP address configured on the interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperMode string
    Operational mode of the interface.
    OperationalStatus string
    Operational status of the interface.
    Owners []string
    Parent GetNiatelemetrySwitchInterfaceParent
    PermissionResources []GetNiatelemetrySwitchInterfacePermissionResource
    Platform string
    Platform of the interface.
    PortChannelId float64
    The portchannel ID of the associated interface.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Speed string
    The speed of the interface.
    Switch GetNiatelemetrySwitchInterfaceSwitch
    SwitchId string
    Identifier of the switch that owns the interface.
    SwitchName string
    Name of the switch that owns the interface.
    Tags []GetNiatelemetrySwitchInterfaceTag
    VersionContext GetNiatelemetrySwitchInterfaceVersionContext
    VlanId float64
    VLAN identifier associated with the interface.
    VpcId 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_mode string
    Discovered configuration mode of the interface.
    display_name string
    Display name of the interface.
    domain_group_moid string
    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_id number
    The portchannel ID of the associated interface.
    shared_scope 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.
    tags list(object)
    version_context object
    vlan_id number
    VLAN identifier associated with the interface.
    vpc_id number
    VPC identifier for the interface.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminStatus String
    Administrative status of the interface.
    ancestors List<GetNiatelemetrySwitchInterfaceAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    discovered Boolean
    Indicates whether the interface was discovered.
    discoveredConfigMode String
    Discovered configuration mode of the interface.
    displayName String
    Display name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalFabric Boolean
    Indicates whether the interface belongs to an external fabric.
    fabricName String
    Fabric name for the interface.
    id String
    interfaceName String
    The name of the interface.
    interfaceType String
    The type of the interface.
    ip String
    IP address configured on the interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operMode String
    Operational mode of the interface.
    operationalStatus String
    Operational status of the interface.
    owners List<String>
    parent GetNiatelemetrySwitchInterfaceParent
    permissionResources List<GetNiatelemetrySwitchInterfacePermissionResource>
    platform String
    Platform of the interface.
    portChannelId Double
    The portchannel ID of the associated interface.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed String
    The speed of the interface.
    switchId String
    Identifier of the switch that owns the interface.
    switchName String
    Name of the switch that owns the interface.
    switch_ GetNiatelemetrySwitchInterfaceSwitch
    tags List<GetNiatelemetrySwitchInterfaceTag>
    versionContext GetNiatelemetrySwitchInterfaceVersionContext
    vlanId Double
    VLAN identifier associated with the interface.
    vpcId Double
    VPC identifier for the interface.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminStatus string
    Administrative status of the interface.
    ancestors GetNiatelemetrySwitchInterfaceAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    discovered boolean
    Indicates whether the interface was discovered.
    discoveredConfigMode string
    Discovered configuration mode of the interface.
    displayName string
    Display name of the interface.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    externalFabric boolean
    Indicates whether the interface belongs to an external fabric.
    fabricName string
    Fabric name for the interface.
    id string
    interfaceName string
    The name of the interface.
    interfaceType string
    The type of the interface.
    ip string
    IP address configured on the interface.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operMode string
    Operational mode of the interface.
    operationalStatus string
    Operational status of the interface.
    owners string[]
    parent GetNiatelemetrySwitchInterfaceParent
    permissionResources GetNiatelemetrySwitchInterfacePermissionResource[]
    platform string
    Platform of the interface.
    portChannelId number
    The portchannel ID of the associated interface.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed string
    The speed of the interface.
    switch GetNiatelemetrySwitchInterfaceSwitch
    switchId string
    Identifier of the switch that owns the interface.
    switchName string
    Name of the switch that owns the interface.
    tags GetNiatelemetrySwitchInterfaceTag[]
    versionContext GetNiatelemetrySwitchInterfaceVersionContext
    vlanId number
    VLAN identifier associated with the interface.
    vpcId 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[GetNiatelemetrySwitchInterfaceAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    discovered bool
    Indicates whether the interface was discovered.
    discovered_config_mode str
    Discovered configuration mode of the interface.
    display_name str
    Display name of the interface.
    domain_group_moid str
    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 GetNiatelemetrySwitchInterfaceParent
    permission_resources Sequence[GetNiatelemetrySwitchInterfacePermissionResource]
    platform str
    Platform of the interface.
    port_channel_id float
    The portchannel ID of the associated interface.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed str
    The speed of the interface.
    switch GetNiatelemetrySwitchInterfaceSwitch
    switch_id str
    Identifier of the switch that owns the interface.
    switch_name str
    Name of the switch that owns the interface.
    tags Sequence[GetNiatelemetrySwitchInterfaceTag]
    version_context GetNiatelemetrySwitchInterfaceVersionContext
    vlan_id float
    VLAN identifier associated with the interface.
    vpc_id float
    VPC identifier for the interface.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminStatus String
    Administrative status of the interface.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    discovered Boolean
    Indicates whether the interface was discovered.
    discoveredConfigMode String
    Discovered configuration mode of the interface.
    displayName String
    Display name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalFabric Boolean
    Indicates whether the interface belongs to an external fabric.
    fabricName String
    Fabric name for the interface.
    id String
    interfaceName String
    The name of the interface.
    interfaceType String
    The type of the interface.
    ip String
    IP address configured on the interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operMode String
    Operational mode of the interface.
    operationalStatus String
    Operational status of the interface.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    platform String
    Platform of the interface.
    portChannelId Number
    The portchannel ID of the associated interface.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed String
    The speed of the interface.
    switch Property Map
    switchId String
    Identifier of the switch that owns the interface.
    switchName String
    Name of the switch that owns the interface.
    tags List<Property Map>
    versionContext Property Map
    vlanId Number
    VLAN identifier associated with the interface.
    vpcId Number
    VPC identifier for the interface.

    getNiatelemetrySwitchInterface Result

    The following output properties are available:

    Id string
    Results List<GetNiatelemetrySwitchInterfaceResult>
    AccountMoid string
    AdditionalProperties string
    AdminStatus string
    Ancestors List<GetNiatelemetrySwitchInterfaceAncestor>
    ClassId string
    CreateTime string
    Discovered bool
    DiscoveredConfigMode string
    DisplayName string
    DomainGroupMoid string
    ExternalFabric bool
    FabricName string
    InterfaceName string
    InterfaceType string
    Ip string
    ModTime string
    Moid string
    ObjectType string
    OperMode string
    OperationalStatus string
    Owners List<string>
    Parent GetNiatelemetrySwitchInterfaceParent
    PermissionResources List<GetNiatelemetrySwitchInterfacePermissionResource>
    Platform string
    PortChannelId double
    SharedScope string
    Speed string
    Switch GetNiatelemetrySwitchInterfaceSwitch
    SwitchId string
    SwitchName string
    Tags List<GetNiatelemetrySwitchInterfaceTag>
    VersionContext GetNiatelemetrySwitchInterfaceVersionContext
    VlanId double
    VpcId double
    Id string
    Results []GetNiatelemetrySwitchInterfaceResult
    AccountMoid string
    AdditionalProperties string
    AdminStatus string
    Ancestors []GetNiatelemetrySwitchInterfaceAncestor
    ClassId string
    CreateTime string
    Discovered bool
    DiscoveredConfigMode string
    DisplayName string
    DomainGroupMoid string
    ExternalFabric bool
    FabricName string
    InterfaceName string
    InterfaceType string
    Ip string
    ModTime string
    Moid string
    ObjectType string
    OperMode string
    OperationalStatus string
    Owners []string
    Parent GetNiatelemetrySwitchInterfaceParent
    PermissionResources []GetNiatelemetrySwitchInterfacePermissionResource
    Platform string
    PortChannelId float64
    SharedScope string
    Speed string
    Switch GetNiatelemetrySwitchInterfaceSwitch
    SwitchId string
    SwitchName string
    Tags []GetNiatelemetrySwitchInterfaceTag
    VersionContext GetNiatelemetrySwitchInterfaceVersionContext
    VlanId float64
    VpcId float64
    id String
    results List<GetNiatelemetrySwitchInterfaceResult>
    accountMoid String
    additionalProperties String
    adminStatus String
    ancestors List<GetNiatelemetrySwitchInterfaceAncestor>
    classId String
    createTime String
    discovered Boolean
    discoveredConfigMode String
    displayName String
    domainGroupMoid String
    externalFabric Boolean
    fabricName String
    interfaceName String
    interfaceType String
    ip String
    modTime String
    moid String
    objectType String
    operMode String
    operationalStatus String
    owners List<String>
    parent GetNiatelemetrySwitchInterfaceParent
    permissionResources List<GetNiatelemetrySwitchInterfacePermissionResource>
    platform String
    portChannelId Double
    sharedScope String
    speed String
    switchId String
    switchName String
    switch_ GetNiatelemetrySwitchInterfaceSwitch
    tags List<GetNiatelemetrySwitchInterfaceTag>
    versionContext GetNiatelemetrySwitchInterfaceVersionContext
    vlanId Double
    vpcId Double
    id string
    results GetNiatelemetrySwitchInterfaceResult[]
    accountMoid string
    additionalProperties string
    adminStatus string
    ancestors GetNiatelemetrySwitchInterfaceAncestor[]
    classId string
    createTime string
    discovered boolean
    discoveredConfigMode string
    displayName string
    domainGroupMoid string
    externalFabric boolean
    fabricName string
    interfaceName string
    interfaceType string
    ip string
    modTime string
    moid string
    objectType string
    operMode string
    operationalStatus string
    owners string[]
    parent GetNiatelemetrySwitchInterfaceParent
    permissionResources GetNiatelemetrySwitchInterfacePermissionResource[]
    platform string
    portChannelId number
    sharedScope string
    speed string
    switch GetNiatelemetrySwitchInterfaceSwitch
    switchId string
    switchName string
    tags GetNiatelemetrySwitchInterfaceTag[]
    versionContext GetNiatelemetrySwitchInterfaceVersionContext
    vlanId number
    vpcId number
    id str
    results Sequence[GetNiatelemetrySwitchInterfaceResult]
    account_moid str
    additional_properties str
    admin_status str
    ancestors Sequence[GetNiatelemetrySwitchInterfaceAncestor]
    class_id str
    create_time str
    discovered bool
    discovered_config_mode str
    display_name str
    domain_group_moid str
    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 GetNiatelemetrySwitchInterfaceParent
    permission_resources Sequence[GetNiatelemetrySwitchInterfacePermissionResource]
    platform str
    port_channel_id float
    shared_scope str
    speed str
    switch GetNiatelemetrySwitchInterfaceSwitch
    switch_id str
    switch_name str
    tags Sequence[GetNiatelemetrySwitchInterfaceTag]
    version_context GetNiatelemetrySwitchInterfaceVersionContext
    vlan_id float
    vpc_id float

    Supporting Types

    GetNiatelemetrySwitchInterfaceAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfaceParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfacePermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfaceResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminStatus string
    Administrative status of the interface.
    Ancestors List<GetNiatelemetrySwitchInterfaceResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Discovered bool
    Indicates whether the interface was discovered.
    DiscoveredConfigMode string
    Discovered configuration mode of the interface.
    DisplayName string
    Display name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalFabric bool
    Indicates whether the interface belongs to an external fabric.
    FabricName string
    Fabric name for the interface.
    InterfaceName string
    The name of the interface.
    InterfaceType string
    The type of the interface.
    Ip string
    IP address configured on the interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperMode string
    Operational mode of the interface.
    OperationalStatus string
    Operational status of the interface.
    Owners List<string>
    Parents List<GetNiatelemetrySwitchInterfaceResultParent>
    PermissionResources List<GetNiatelemetrySwitchInterfaceResultPermissionResource>
    Platform string
    Platform of the interface.
    PortChannelId double
    The portchannel ID of the associated interface.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Speed string
    The speed of the interface.
    SwitchId string
    Identifier of the switch that owns the interface.
    SwitchName string
    Name of the switch that owns the interface.
    Switches List<GetNiatelemetrySwitchInterfaceResultSwitch>
    Tags List<GetNiatelemetrySwitchInterfaceResultTag>
    VersionContexts List<GetNiatelemetrySwitchInterfaceResultVersionContext>
    VlanId double
    VLAN identifier associated with the interface.
    VpcId double
    VPC identifier for the interface.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminStatus string
    Administrative status of the interface.
    Ancestors []GetNiatelemetrySwitchInterfaceResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Discovered bool
    Indicates whether the interface was discovered.
    DiscoveredConfigMode string
    Discovered configuration mode of the interface.
    DisplayName string
    Display name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalFabric bool
    Indicates whether the interface belongs to an external fabric.
    FabricName string
    Fabric name for the interface.
    InterfaceName string
    The name of the interface.
    InterfaceType string
    The type of the interface.
    Ip string
    IP address configured on the interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperMode string
    Operational mode of the interface.
    OperationalStatus string
    Operational status of the interface.
    Owners []string
    Parents []GetNiatelemetrySwitchInterfaceResultParent
    PermissionResources []GetNiatelemetrySwitchInterfaceResultPermissionResource
    Platform string
    Platform of the interface.
    PortChannelId float64
    The portchannel ID of the associated interface.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Speed string
    The speed of the interface.
    SwitchId string
    Identifier of the switch that owns the interface.
    SwitchName string
    Name of the switch that owns the interface.
    Switches []GetNiatelemetrySwitchInterfaceResultSwitch
    Tags []GetNiatelemetrySwitchInterfaceResultTag
    VersionContexts []GetNiatelemetrySwitchInterfaceResultVersionContext
    VlanId float64
    VLAN identifier associated with the interface.
    VpcId 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_mode string
    Discovered configuration mode of the interface.
    display_name string
    Display name of the interface.
    domain_group_moid string
    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_id number
    The portchannel ID of the associated interface.
    shared_scope 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)
    tags list(object)
    version_contexts list(object)
    vlan_id number
    VLAN identifier associated with the interface.
    vpc_id number
    VPC identifier for the interface.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminStatus String
    Administrative status of the interface.
    ancestors List<GetNiatelemetrySwitchInterfaceResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    discovered Boolean
    Indicates whether the interface was discovered.
    discoveredConfigMode String
    Discovered configuration mode of the interface.
    displayName String
    Display name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalFabric Boolean
    Indicates whether the interface belongs to an external fabric.
    fabricName String
    Fabric name for the interface.
    interfaceName String
    The name of the interface.
    interfaceType String
    The type of the interface.
    ip String
    IP address configured on the interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operMode String
    Operational mode of the interface.
    operationalStatus String
    Operational status of the interface.
    owners List<String>
    parents List<GetNiatelemetrySwitchInterfaceResultParent>
    permissionResources List<GetNiatelemetrySwitchInterfaceResultPermissionResource>
    platform String
    Platform of the interface.
    portChannelId Double
    The portchannel ID of the associated interface.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed String
    The speed of the interface.
    switchId String
    Identifier of the switch that owns the interface.
    switchName String
    Name of the switch that owns the interface.
    switches List<GetNiatelemetrySwitchInterfaceResultSwitch>
    tags List<GetNiatelemetrySwitchInterfaceResultTag>
    versionContexts List<GetNiatelemetrySwitchInterfaceResultVersionContext>
    vlanId Double
    VLAN identifier associated with the interface.
    vpcId Double
    VPC identifier for the interface.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminStatus string
    Administrative status of the interface.
    ancestors GetNiatelemetrySwitchInterfaceResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    discovered boolean
    Indicates whether the interface was discovered.
    discoveredConfigMode string
    Discovered configuration mode of the interface.
    displayName string
    Display name of the interface.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    externalFabric boolean
    Indicates whether the interface belongs to an external fabric.
    fabricName string
    Fabric name for the interface.
    interfaceName string
    The name of the interface.
    interfaceType string
    The type of the interface.
    ip string
    IP address configured on the interface.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operMode string
    Operational mode of the interface.
    operationalStatus string
    Operational status of the interface.
    owners string[]
    parents GetNiatelemetrySwitchInterfaceResultParent[]
    permissionResources GetNiatelemetrySwitchInterfaceResultPermissionResource[]
    platform string
    Platform of the interface.
    portChannelId number
    The portchannel ID of the associated interface.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed string
    The speed of the interface.
    switchId string
    Identifier of the switch that owns the interface.
    switchName string
    Name of the switch that owns the interface.
    switches GetNiatelemetrySwitchInterfaceResultSwitch[]
    tags GetNiatelemetrySwitchInterfaceResultTag[]
    versionContexts GetNiatelemetrySwitchInterfaceResultVersionContext[]
    vlanId number
    VLAN identifier associated with the interface.
    vpcId 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[GetNiatelemetrySwitchInterfaceResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    discovered bool
    Indicates whether the interface was discovered.
    discovered_config_mode str
    Discovered configuration mode of the interface.
    display_name str
    Display name of the interface.
    domain_group_moid str
    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[GetNiatelemetrySwitchInterfaceResultParent]
    permission_resources Sequence[GetNiatelemetrySwitchInterfaceResultPermissionResource]
    platform str
    Platform of the interface.
    port_channel_id float
    The portchannel ID of the associated interface.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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[GetNiatelemetrySwitchInterfaceResultSwitch]
    tags Sequence[GetNiatelemetrySwitchInterfaceResultTag]
    version_contexts Sequence[GetNiatelemetrySwitchInterfaceResultVersionContext]
    vlan_id float
    VLAN identifier associated with the interface.
    vpc_id float
    VPC identifier for the interface.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminStatus String
    Administrative status of the interface.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    discovered Boolean
    Indicates whether the interface was discovered.
    discoveredConfigMode String
    Discovered configuration mode of the interface.
    displayName String
    Display name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalFabric Boolean
    Indicates whether the interface belongs to an external fabric.
    fabricName String
    Fabric name for the interface.
    interfaceName String
    The name of the interface.
    interfaceType String
    The type of the interface.
    ip String
    IP address configured on the interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operMode String
    Operational mode of the interface.
    operationalStatus String
    Operational status of the interface.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    platform String
    Platform of the interface.
    portChannelId Number
    The portchannel ID of the associated interface.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    speed String
    The speed of the interface.
    switchId String
    Identifier of the switch that owns the interface.
    switchName String
    Name of the switch that owns the interface.
    switches List<Property Map>
    tags List<Property Map>
    versionContexts List<Property Map>
    vlanId Number
    VLAN identifier associated with the interface.
    vpcId Number
    VPC identifier for the interface.

    GetNiatelemetrySwitchInterfaceResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultSwitch

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultTag

    GetNiatelemetrySwitchInterfaceResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultVersionContext

    GetNiatelemetrySwitchInterfaceResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNiatelemetrySwitchInterfaceSwitch

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfaceTag

    AdditionalProperties string
    AncestorDefinitions List<GetNiatelemetrySwitchInterfaceTagAncestorDefinition>
    Definition GetNiatelemetrySwitchInterfaceTagDefinition
    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.
    SysTag 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.
    AdditionalProperties string
    AncestorDefinitions []GetNiatelemetrySwitchInterfaceTagAncestorDefinition
    Definition GetNiatelemetrySwitchInterfaceTagDefinition
    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.
    SysTag 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.
    additionalProperties String
    ancestorDefinitions List<GetNiatelemetrySwitchInterfaceTagAncestorDefinition>
    definition GetNiatelemetrySwitchInterfaceTagDefinition
    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.
    sysTag 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.
    additionalProperties string
    ancestorDefinitions GetNiatelemetrySwitchInterfaceTagAncestorDefinition[]
    definition GetNiatelemetrySwitchInterfaceTagDefinition
    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.
    sysTag 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[GetNiatelemetrySwitchInterfaceTagAncestorDefinition]
    definition GetNiatelemetrySwitchInterfaceTagDefinition
    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.
    additionalProperties String
    ancestorDefinitions 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.
    sysTag 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfaceTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfaceVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetNiatelemetrySwitchInterfaceVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNiatelemetrySwitchInterfaceVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetNiatelemetrySwitchInterfaceVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNiatelemetrySwitchInterfaceVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties 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_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version 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.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetNiatelemetrySwitchInterfaceVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNiatelemetrySwitchInterfaceVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetNiatelemetrySwitchInterfaceVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNiatelemetrySwitchInterfaceVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetNiatelemetrySwitchInterfaceVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetNiatelemetrySwitchInterfaceVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetNiatelemetrySwitchInterfaceVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNiatelemetrySwitchInterfaceVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial