1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getCatalystsdwanInterface
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

    Details for the WAN Edge Device L3 interfaces (Portchannel, sub-interfaces, tunnels, SVIs, Routed ports).

    Using getCatalystsdwanInterface

    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 getCatalystsdwanInterface(args: GetCatalystsdwanInterfaceArgs, opts?: InvokeOptions): Promise<GetCatalystsdwanInterfaceResult>
    function getCatalystsdwanInterfaceOutput(args: GetCatalystsdwanInterfaceOutputArgs, opts?: InvokeOutputOptions): Output<GetCatalystsdwanInterfaceResult>
    def get_catalystsdwan_interface(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    admin_state: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetCatalystsdwanInterfaceAncestor]] = None,
                                    class_id: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    dn: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    id: Optional[str] = None,
                                    interface_name: Optional[str] = None,
                                    interface_type: Optional[str] = None,
                                    ip_address: Optional[str] = None,
                                    is_native_vlan: Optional[bool] = None,
                                    mac_address: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    object_type: Optional[str] = None,
                                    oper_state: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetCatalystsdwanInterfaceParent] = None,
                                    permission_resources: Optional[Sequence[GetCatalystsdwanInterfacePermissionResource]] = None,
                                    registered_device: Optional[GetCatalystsdwanInterfaceRegisteredDevice] = None,
                                    shared_scope: Optional[str] = None,
                                    subnet: Optional[str] = None,
                                    system_ip: Optional[str] = None,
                                    tags: Optional[Sequence[GetCatalystsdwanInterfaceTag]] = None,
                                    uuid: Optional[str] = None,
                                    version_context: Optional[GetCatalystsdwanInterfaceVersionContext] = None,
                                    vlan_id: Optional[float] = None,
                                    vpn_id: Optional[float] = None,
                                    wan_edge_device: Optional[GetCatalystsdwanInterfaceWanEdgeDevice] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCatalystsdwanInterfaceResult
    def get_catalystsdwan_interface_output(account_moid: pulumi.Input[Optional[str]] = None,
                                    additional_properties: pulumi.Input[Optional[str]] = None,
                                    admin_state: pulumi.Input[Optional[str]] = None,
                                    ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanInterfaceAncestorArgs]]]] = None,
                                    class_id: pulumi.Input[Optional[str]] = None,
                                    create_time: pulumi.Input[Optional[str]] = None,
                                    dn: pulumi.Input[Optional[str]] = None,
                                    domain_group_moid: 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_address: pulumi.Input[Optional[str]] = None,
                                    is_native_vlan: pulumi.Input[Optional[bool]] = None,
                                    mac_address: 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_state: pulumi.Input[Optional[str]] = None,
                                    owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                    parent: pulumi.Input[Optional[GetCatalystsdwanInterfaceParentArgs]] = None,
                                    permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanInterfacePermissionResourceArgs]]]] = None,
                                    registered_device: pulumi.Input[Optional[GetCatalystsdwanInterfaceRegisteredDeviceArgs]] = None,
                                    shared_scope: pulumi.Input[Optional[str]] = None,
                                    subnet: pulumi.Input[Optional[str]] = None,
                                    system_ip: pulumi.Input[Optional[str]] = None,
                                    tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanInterfaceTagArgs]]]] = None,
                                    uuid: pulumi.Input[Optional[str]] = None,
                                    version_context: pulumi.Input[Optional[GetCatalystsdwanInterfaceVersionContextArgs]] = None,
                                    vlan_id: pulumi.Input[Optional[float]] = None,
                                    vpn_id: pulumi.Input[Optional[float]] = None,
                                    wan_edge_device: pulumi.Input[Optional[GetCatalystsdwanInterfaceWanEdgeDeviceArgs]] = None,
                                    opts: Optional[InvokeOutputOptions] = None) -> Output[GetCatalystsdwanInterfaceResult]
    func LookupCatalystsdwanInterface(ctx *Context, args *LookupCatalystsdwanInterfaceArgs, opts ...InvokeOption) (*LookupCatalystsdwanInterfaceResult, error)
    func LookupCatalystsdwanInterfaceOutput(ctx *Context, args *LookupCatalystsdwanInterfaceOutputArgs, opts ...InvokeOption) LookupCatalystsdwanInterfaceResultOutput

    > Note: This function is named LookupCatalystsdwanInterface in the Go SDK.

    public static class GetCatalystsdwanInterface 
    {
        public static Task<GetCatalystsdwanInterfaceResult> InvokeAsync(GetCatalystsdwanInterfaceArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalystsdwanInterfaceResult> Invoke(GetCatalystsdwanInterfaceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalystsdwanInterfaceResult> Invoke(GetCatalystsdwanInterfaceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCatalystsdwanInterfaceResult> getCatalystsdwanInterface(GetCatalystsdwanInterfaceArgs args, InvokeOptions options)
    public static Output<GetCatalystsdwanInterfaceResult> getCatalystsdwanInterface(GetCatalystsdwanInterfaceArgs args, InvokeOptions options)
    public static Output<GetCatalystsdwanInterfaceResult> getCatalystsdwanInterface(GetCatalystsdwanInterfaceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getCatalystsdwanInterface:getCatalystsdwanInterface
      arguments:
        # arguments dictionary
    data "intersight_get_catalystsdwan_interface" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    Ancestors List<GetCatalystsdwanInterfaceAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    The distinguished name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InterfaceName string
    The name of the interface on the WAN Edge Device.
    InterfaceType string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    IpAddress string
    The IP address assigned to the WAN Edge Device interface.
    IsNativeVlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    MacAddress string
    The MAC address of 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
    OperState string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    Owners List<string>
    Parent GetCatalystsdwanInterfaceParent
    PermissionResources List<GetCatalystsdwanInterfacePermissionResource>
    RegisteredDevice GetCatalystsdwanInterfaceRegisteredDevice
    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.
    Subnet string
    The subnet configured on the WAN Edge Device interface.
    SystemIp string
    The system IP address of the WAN Edge Device.
    Tags List<GetCatalystsdwanInterfaceTag>
    Uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    VersionContext GetCatalystsdwanInterfaceVersionContext
    VlanId double
    The VLAN ID configured on the sub-interface.
    VpnId double
    The VPN ID associated with this interface.
    WanEdgeDevice GetCatalystsdwanInterfaceWanEdgeDevice
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    Ancestors []GetCatalystsdwanInterfaceAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    The distinguished name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InterfaceName string
    The name of the interface on the WAN Edge Device.
    InterfaceType string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    IpAddress string
    The IP address assigned to the WAN Edge Device interface.
    IsNativeVlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    MacAddress string
    The MAC address of 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
    OperState string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    Owners []string
    Parent GetCatalystsdwanInterfaceParent
    PermissionResources []GetCatalystsdwanInterfacePermissionResource
    RegisteredDevice GetCatalystsdwanInterfaceRegisteredDevice
    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.
    Subnet string
    The subnet configured on the WAN Edge Device interface.
    SystemIp string
    The system IP address of the WAN Edge Device.
    Tags []GetCatalystsdwanInterfaceTag
    Uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    VersionContext GetCatalystsdwanInterfaceVersionContext
    VlanId float64
    The VLAN ID configured on the sub-interface.
    VpnId float64
    The VPN ID associated with this interface.
    WanEdgeDevice GetCatalystsdwanInterfaceWanEdgeDevice
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    admin_state string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    dn string
    The distinguished name of the interface.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    id string
    interface_name string
    The name of the interface on the WAN Edge Device.
    interface_type string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ip_address string
    The IP address assigned to the WAN Edge Device interface.
    is_native_vlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    mac_address string
    The MAC address of 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_state string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners list(string)
    parent object
    permission_resources list(object)
    registered_device object
    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.
    subnet string
    The subnet configured on the WAN Edge Device interface.
    system_ip string
    The system IP address of the WAN Edge Device.
    tags list(object)
    uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    version_context object
    vlan_id number
    The VLAN ID configured on the sub-interface.
    vpn_id number
    The VPN ID associated with this interface.
    wan_edge_device object
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors List<GetCatalystsdwanInterfaceAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    The distinguished name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    interfaceName String
    The name of the interface on the WAN Edge Device.
    interfaceType String
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ipAddress String
    The IP address assigned to the WAN Edge Device interface.
    isNativeVlan Boolean
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    macAddress String
    The MAC address of 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
    operState String
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners List<String>
    parent GetCatalystsdwanInterfaceParent
    permissionResources List<GetCatalystsdwanInterfacePermissionResource>
    registeredDevice GetCatalystsdwanInterfaceRegisteredDevice
    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.
    subnet String
    The subnet configured on the WAN Edge Device interface.
    systemIp String
    The system IP address of the WAN Edge Device.
    tags List<GetCatalystsdwanInterfaceTag>
    uuid String
    The UUID of the WAN Edge Device to which this interface belongs.
    versionContext GetCatalystsdwanInterfaceVersionContext
    vlanId Double
    The VLAN ID configured on the sub-interface.
    vpnId Double
    The VPN ID associated with this interface.
    wanEdgeDevice GetCatalystsdwanInterfaceWanEdgeDevice
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors GetCatalystsdwanInterfaceAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    dn string
    The distinguished name of the interface.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    interfaceName string
    The name of the interface on the WAN Edge Device.
    interfaceType string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ipAddress string
    The IP address assigned to the WAN Edge Device interface.
    isNativeVlan boolean
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    macAddress string
    The MAC address of 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
    operState string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners string[]
    parent GetCatalystsdwanInterfaceParent
    permissionResources GetCatalystsdwanInterfacePermissionResource[]
    registeredDevice GetCatalystsdwanInterfaceRegisteredDevice
    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.
    subnet string
    The subnet configured on the WAN Edge Device interface.
    systemIp string
    The system IP address of the WAN Edge Device.
    tags GetCatalystsdwanInterfaceTag[]
    uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    versionContext GetCatalystsdwanInterfaceVersionContext
    vlanId number
    The VLAN ID configured on the sub-interface.
    vpnId number
    The VPN ID associated with this interface.
    wanEdgeDevice GetCatalystsdwanInterfaceWanEdgeDevice
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors Sequence[GetCatalystsdwanInterfaceAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    dn str
    The distinguished name of the interface.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    interface_name str
    The name of the interface on the WAN Edge Device.
    interface_type str
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ip_address str
    The IP address assigned to the WAN Edge Device interface.
    is_native_vlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    mac_address str
    The MAC address of 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_state str
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners Sequence[str]
    parent GetCatalystsdwanInterfaceParent
    permission_resources Sequence[GetCatalystsdwanInterfacePermissionResource]
    registered_device GetCatalystsdwanInterfaceRegisteredDevice
    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.
    subnet str
    The subnet configured on the WAN Edge Device interface.
    system_ip str
    The system IP address of the WAN Edge Device.
    tags Sequence[GetCatalystsdwanInterfaceTag]
    uuid str
    The UUID of the WAN Edge Device to which this interface belongs.
    version_context GetCatalystsdwanInterfaceVersionContext
    vlan_id float
    The VLAN ID configured on the sub-interface.
    vpn_id float
    The VPN ID associated with this interface.
    wan_edge_device GetCatalystsdwanInterfaceWanEdgeDevice
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    The distinguished name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    interfaceName String
    The name of the interface on the WAN Edge Device.
    interfaceType String
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ipAddress String
    The IP address assigned to the WAN Edge Device interface.
    isNativeVlan Boolean
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    macAddress String
    The MAC address of 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
    operState String
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    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.
    subnet String
    The subnet configured on the WAN Edge Device interface.
    systemIp String
    The system IP address of the WAN Edge Device.
    tags List<Property Map>
    uuid String
    The UUID of the WAN Edge Device to which this interface belongs.
    versionContext Property Map
    vlanId Number
    The VLAN ID configured on the sub-interface.
    vpnId Number
    The VPN ID associated with this interface.
    wanEdgeDevice Property Map

    getCatalystsdwanInterface Result

    The following output properties are available:

    Supporting Types

    GetCatalystsdwanInterfaceAncestor

    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'.

    GetCatalystsdwanInterfaceParent

    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'.

    GetCatalystsdwanInterfacePermissionResource

    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'.

    GetCatalystsdwanInterfaceRegisteredDevice

    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'.

    GetCatalystsdwanInterfaceResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    Ancestors List<GetCatalystsdwanInterfaceResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    The distinguished name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InterfaceName string
    The name of the interface on the WAN Edge Device.
    InterfaceType string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    IpAddress string
    The IP address assigned to the WAN Edge Device interface.
    IsNativeVlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    MacAddress string
    The MAC address of 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
    OperState string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    Owners List<string>
    Parents List<GetCatalystsdwanInterfaceResultParent>
    PermissionResources List<GetCatalystsdwanInterfaceResultPermissionResource>
    RegisteredDevices List<GetCatalystsdwanInterfaceResultRegisteredDevice>
    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.
    Subnet string
    The subnet configured on the WAN Edge Device interface.
    SystemIp string
    The system IP address of the WAN Edge Device.
    Tags List<GetCatalystsdwanInterfaceResultTag>
    Uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    VersionContexts List<GetCatalystsdwanInterfaceResultVersionContext>
    VlanId double
    The VLAN ID configured on the sub-interface.
    VpnId double
    The VPN ID associated with this interface.
    WanEdgeDevices List<GetCatalystsdwanInterfaceResultWanEdgeDevice>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    Ancestors []GetCatalystsdwanInterfaceResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    The distinguished name of the interface.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InterfaceName string
    The name of the interface on the WAN Edge Device.
    InterfaceType string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    IpAddress string
    The IP address assigned to the WAN Edge Device interface.
    IsNativeVlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    MacAddress string
    The MAC address of 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
    OperState string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    Owners []string
    Parents []GetCatalystsdwanInterfaceResultParent
    PermissionResources []GetCatalystsdwanInterfaceResultPermissionResource
    RegisteredDevices []GetCatalystsdwanInterfaceResultRegisteredDevice
    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.
    Subnet string
    The subnet configured on the WAN Edge Device interface.
    SystemIp string
    The system IP address of the WAN Edge Device.
    Tags []GetCatalystsdwanInterfaceResultTag
    Uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    VersionContexts []GetCatalystsdwanInterfaceResultVersionContext
    VlanId float64
    The VLAN ID configured on the sub-interface.
    VpnId float64
    The VPN ID associated with this interface.
    WanEdgeDevices []GetCatalystsdwanInterfaceResultWanEdgeDevice
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    admin_state string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    dn string
    The distinguished name of the interface.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    interface_name string
    The name of the interface on the WAN Edge Device.
    interface_type string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ip_address string
    The IP address assigned to the WAN Edge Device interface.
    is_native_vlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    mac_address string
    The MAC address of 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_state string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners list(string)
    parents list(object)
    permission_resources list(object)
    registered_devices list(object)
    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.
    subnet string
    The subnet configured on the WAN Edge Device interface.
    system_ip string
    The system IP address of the WAN Edge Device.
    tags list(object)
    uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    version_contexts list(object)
    vlan_id number
    The VLAN ID configured on the sub-interface.
    vpn_id number
    The VPN ID associated with this interface.
    wan_edge_devices list(object)
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors List<GetCatalystsdwanInterfaceResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    The distinguished name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    interfaceName String
    The name of the interface on the WAN Edge Device.
    interfaceType String
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ipAddress String
    The IP address assigned to the WAN Edge Device interface.
    isNativeVlan Boolean
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    macAddress String
    The MAC address of 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
    operState String
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners List<String>
    parents List<GetCatalystsdwanInterfaceResultParent>
    permissionResources List<GetCatalystsdwanInterfaceResultPermissionResource>
    registeredDevices List<GetCatalystsdwanInterfaceResultRegisteredDevice>
    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.
    subnet String
    The subnet configured on the WAN Edge Device interface.
    systemIp String
    The system IP address of the WAN Edge Device.
    tags List<GetCatalystsdwanInterfaceResultTag>
    uuid String
    The UUID of the WAN Edge Device to which this interface belongs.
    versionContexts List<GetCatalystsdwanInterfaceResultVersionContext>
    vlanId Double
    The VLAN ID configured on the sub-interface.
    vpnId Double
    The VPN ID associated with this interface.
    wanEdgeDevices List<GetCatalystsdwanInterfaceResultWanEdgeDevice>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors GetCatalystsdwanInterfaceResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    dn string
    The distinguished name of the interface.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    interfaceName string
    The name of the interface on the WAN Edge Device.
    interfaceType string
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ipAddress string
    The IP address assigned to the WAN Edge Device interface.
    isNativeVlan boolean
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    macAddress string
    The MAC address of 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
    operState string
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners string[]
    parents GetCatalystsdwanInterfaceResultParent[]
    permissionResources GetCatalystsdwanInterfaceResultPermissionResource[]
    registeredDevices GetCatalystsdwanInterfaceResultRegisteredDevice[]
    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.
    subnet string
    The subnet configured on the WAN Edge Device interface.
    systemIp string
    The system IP address of the WAN Edge Device.
    tags GetCatalystsdwanInterfaceResultTag[]
    uuid string
    The UUID of the WAN Edge Device to which this interface belongs.
    versionContexts GetCatalystsdwanInterfaceResultVersionContext[]
    vlanId number
    The VLAN ID configured on the sub-interface.
    vpnId number
    The VPN ID associated with this interface.
    wanEdgeDevices GetCatalystsdwanInterfaceResultWanEdgeDevice[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors Sequence[GetCatalystsdwanInterfaceResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    dn str
    The distinguished name of the interface.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    interface_name str
    The name of the interface on the WAN Edge Device.
    interface_type str
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ip_address str
    The IP address assigned to the WAN Edge Device interface.
    is_native_vlan bool
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    mac_address str
    The MAC address of 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_state str
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners Sequence[str]
    parents Sequence[GetCatalystsdwanInterfaceResultParent]
    permission_resources Sequence[GetCatalystsdwanInterfaceResultPermissionResource]
    registered_devices Sequence[GetCatalystsdwanInterfaceResultRegisteredDevice]
    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.
    subnet str
    The subnet configured on the WAN Edge Device interface.
    system_ip str
    The system IP address of the WAN Edge Device.
    tags Sequence[GetCatalystsdwanInterfaceResultTag]
    uuid str
    The UUID of the WAN Edge Device to which this interface belongs.
    version_contexts Sequence[GetCatalystsdwanInterfaceResultVersionContext]
    vlan_id float
    The VLAN ID configured on the sub-interface.
    vpn_id float
    The VPN ID associated with this interface.
    wan_edge_devices Sequence[GetCatalystsdwanInterfaceResultWanEdgeDevice]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device interface.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    The distinguished name of the interface.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    interfaceName String
    The name of the interface on the WAN Edge Device.
    interfaceType String
    The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).* Unknown - Interface type is unknown.* Loopback - Interface type is loopback.* Port Channel - Interface type is port channel.* Sub-Interface - Interface type is sub-interface.* Tunnel - Interface type is tunnel.* SVI - Interface type is SVI (Switched Virtual Interface).* Routed Port - Interface type is routed port.
    ipAddress String
    The IP address assigned to the WAN Edge Device interface.
    isNativeVlan Boolean
    Indicates whether the sub-interface's VLAN is configured as a native VLAN.
    macAddress String
    The MAC address of 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
    operState String
    The operational state of the WAN Edge Device interface.* Unknown - Operational state of physical port or port channel or interface is unknown.* Up - Operational state of physical port or port channel or interface is up.* Down - Operational state of physical port or port channel or interface is down.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    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.
    subnet String
    The subnet configured on the WAN Edge Device interface.
    systemIp String
    The system IP address of the WAN Edge Device.
    tags List<Property Map>
    uuid String
    The UUID of the WAN Edge Device to which this interface belongs.
    versionContexts List<Property Map>
    vlanId Number
    The VLAN ID configured on the sub-interface.
    vpnId Number
    The VPN ID associated with this interface.
    wanEdgeDevices List<Property Map>

    GetCatalystsdwanInterfaceResultAncestor

    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

    GetCatalystsdwanInterfaceResultParent

    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

    GetCatalystsdwanInterfaceResultPermissionResource

    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

    GetCatalystsdwanInterfaceResultRegisteredDevice

    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

    GetCatalystsdwanInterfaceResultTag

    GetCatalystsdwanInterfaceResultTagAncestorDefinition

    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

    GetCatalystsdwanInterfaceResultTagDefinition

    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

    GetCatalystsdwanInterfaceResultVersionContext

    GetCatalystsdwanInterfaceResultVersionContextInterestedMo

    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

    GetCatalystsdwanInterfaceResultVersionContextRefMo

    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

    GetCatalystsdwanInterfaceResultWanEdgeDevice

    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

    GetCatalystsdwanInterfaceTag

    AdditionalProperties string
    AncestorDefinitions List<GetCatalystsdwanInterfaceTagAncestorDefinition>
    Definition GetCatalystsdwanInterfaceTagDefinition
    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 []GetCatalystsdwanInterfaceTagAncestorDefinition
    Definition GetCatalystsdwanInterfaceTagDefinition
    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<GetCatalystsdwanInterfaceTagAncestorDefinition>
    definition GetCatalystsdwanInterfaceTagDefinition
    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 GetCatalystsdwanInterfaceTagAncestorDefinition[]
    definition GetCatalystsdwanInterfaceTagDefinition
    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[GetCatalystsdwanInterfaceTagAncestorDefinition]
    definition GetCatalystsdwanInterfaceTagDefinition
    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.

    GetCatalystsdwanInterfaceTagAncestorDefinition

    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'.

    GetCatalystsdwanInterfaceTagDefinition

    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'.

    GetCatalystsdwanInterfaceVersionContext

    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<GetCatalystsdwanInterfaceVersionContextInterestedMo>
    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 GetCatalystsdwanInterfaceVersionContextRefMo
    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 []GetCatalystsdwanInterfaceVersionContextInterestedMo
    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 GetCatalystsdwanInterfaceVersionContextRefMo
    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<GetCatalystsdwanInterfaceVersionContextInterestedMo>
    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 GetCatalystsdwanInterfaceVersionContextRefMo
    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 GetCatalystsdwanInterfaceVersionContextInterestedMo[]
    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 GetCatalystsdwanInterfaceVersionContextRefMo
    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[GetCatalystsdwanInterfaceVersionContextInterestedMo]
    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 GetCatalystsdwanInterfaceVersionContextRefMo
    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.

    GetCatalystsdwanInterfaceVersionContextInterestedMo

    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'.

    GetCatalystsdwanInterfaceVersionContextRefMo

    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'.

    GetCatalystsdwanInterfaceWanEdgeDevice

    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