Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.devices.getSwitchPortsStatuses
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.devices.getSwitchPortsStatuses({
    serial: "string",
    t0: "string",
    timespan: 1,
});
export const merakiDevicesSwitchPortsStatusesExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.devices.get_switch_ports_statuses(serial="string",
    t0="string",
    timespan=1)
pulumi.export("merakiDevicesSwitchPortsStatusesExample", example.items)
package main
import (
	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/devices"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := devices.GetSwitchPortsStatuses(ctx, &devices.GetSwitchPortsStatusesArgs{
			Serial:   "string",
			T0:       pulumi.StringRef("string"),
			Timespan: pulumi.Float64Ref(1),
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("merakiDevicesSwitchPortsStatusesExample", example.Items)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() => 
{
    var example = Meraki.Devices.GetSwitchPortsStatuses.Invoke(new()
    {
        Serial = "string",
        T0 = "string",
        Timespan = 1,
    });
    return new Dictionary<string, object?>
    {
        ["merakiDevicesSwitchPortsStatusesExample"] = example.Apply(getSwitchPortsStatusesResult => getSwitchPortsStatusesResult.Items),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.devices.DevicesFunctions;
import com.pulumi.meraki.devices.inputs.GetSwitchPortsStatusesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = DevicesFunctions.getSwitchPortsStatuses(GetSwitchPortsStatusesArgs.builder()
            .serial("string")
            .t0("string")
            .timespan(1)
            .build());
        ctx.export("merakiDevicesSwitchPortsStatusesExample", example.applyValue(getSwitchPortsStatusesResult -> getSwitchPortsStatusesResult.items()));
    }
}
variables:
  example:
    fn::invoke:
      function: meraki:devices:getSwitchPortsStatuses
      arguments:
        serial: string
        t0: string
        timespan: 1
outputs:
  merakiDevicesSwitchPortsStatusesExample: ${example.items}
Using getSwitchPortsStatuses
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 getSwitchPortsStatuses(args: GetSwitchPortsStatusesArgs, opts?: InvokeOptions): Promise<GetSwitchPortsStatusesResult>
function getSwitchPortsStatusesOutput(args: GetSwitchPortsStatusesOutputArgs, opts?: InvokeOptions): Output<GetSwitchPortsStatusesResult>def get_switch_ports_statuses(serial: Optional[str] = None,
                              t0: Optional[str] = None,
                              timespan: Optional[float] = None,
                              opts: Optional[InvokeOptions] = None) -> GetSwitchPortsStatusesResult
def get_switch_ports_statuses_output(serial: Optional[pulumi.Input[str]] = None,
                              t0: Optional[pulumi.Input[str]] = None,
                              timespan: Optional[pulumi.Input[float]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetSwitchPortsStatusesResult]func GetSwitchPortsStatuses(ctx *Context, args *GetSwitchPortsStatusesArgs, opts ...InvokeOption) (*GetSwitchPortsStatusesResult, error)
func GetSwitchPortsStatusesOutput(ctx *Context, args *GetSwitchPortsStatusesOutputArgs, opts ...InvokeOption) GetSwitchPortsStatusesResultOutput> Note: This function is named GetSwitchPortsStatuses in the Go SDK.
public static class GetSwitchPortsStatuses 
{
    public static Task<GetSwitchPortsStatusesResult> InvokeAsync(GetSwitchPortsStatusesArgs args, InvokeOptions? opts = null)
    public static Output<GetSwitchPortsStatusesResult> Invoke(GetSwitchPortsStatusesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSwitchPortsStatusesResult> getSwitchPortsStatuses(GetSwitchPortsStatusesArgs args, InvokeOptions options)
public static Output<GetSwitchPortsStatusesResult> getSwitchPortsStatuses(GetSwitchPortsStatusesArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:devices/getSwitchPortsStatuses:getSwitchPortsStatuses
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan float64
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial string
- serial path parameter.
- t0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial str
- serial path parameter.
- t0 str
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan float
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
getSwitchPortsStatuses Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<GetSwitch Ports Statuses Item> 
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]GetSwitch Ports Statuses Item 
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan float64
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<GetSwitch Ports Statuses Item> 
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id string
- The provider-assigned unique ID for this managed resource.
- items
GetSwitch Ports Statuses Item[] 
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial string
- serial path parameter.
- t0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[GetSwitch Ports Statuses Item] 
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial str
- serial path parameter.
- t0 str
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan float
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
Supporting Types
GetSwitchPortsStatusesItem    
- Cdp
GetSwitch Ports Statuses Item Cdp 
- The Cisco Discovery Protocol (CDP) information of the connected device.
- ClientCount int
- The number of clients connected through this port.
- Duplex string
- The current duplex of a connected port.
- Enabled bool
- Whether the port is configured to be enabled.
- Errors List<string>
- All errors present on the port.
- IsUplink bool
- Whether the port is the switch's uplink.
- Lldp
GetSwitch Ports Statuses Item Lldp 
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- PortId string
- The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- PowerUsage doubleIn Wh 
- How much power (in watt-hours) has been delivered by this port during the timespan.
- SecurePort GetSwitch Ports Statuses Item Secure Port 
- The Secure Port status of the port.
- SpanningTree GetSwitch Ports Statuses Item Spanning Tree 
- The Spanning Tree Protocol (STP) information of the connected device.
- Speed string
- The current data transfer rate which the port is operating at.
- Status string
- The current connection status of the port.
- TrafficIn GetKbps Switch Ports Statuses Item Traffic In Kbps 
- A breakdown of the average speed of data that has passed through this port during the timespan.
- UsageIn GetKb Switch Ports Statuses Item Usage In Kb 
- A breakdown of how many kilobytes have passed through this port during the timespan.
- Warnings List<string>
- All warnings present on the port.
- Cdp
GetSwitch Ports Statuses Item Cdp 
- The Cisco Discovery Protocol (CDP) information of the connected device.
- ClientCount int
- The number of clients connected through this port.
- Duplex string
- The current duplex of a connected port.
- Enabled bool
- Whether the port is configured to be enabled.
- Errors []string
- All errors present on the port.
- IsUplink bool
- Whether the port is the switch's uplink.
- Lldp
GetSwitch Ports Statuses Item Lldp 
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- PortId string
- The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- PowerUsage float64In Wh 
- How much power (in watt-hours) has been delivered by this port during the timespan.
- SecurePort GetSwitch Ports Statuses Item Secure Port 
- The Secure Port status of the port.
- SpanningTree GetSwitch Ports Statuses Item Spanning Tree 
- The Spanning Tree Protocol (STP) information of the connected device.
- Speed string
- The current data transfer rate which the port is operating at.
- Status string
- The current connection status of the port.
- TrafficIn GetKbps Switch Ports Statuses Item Traffic In Kbps 
- A breakdown of the average speed of data that has passed through this port during the timespan.
- UsageIn GetKb Switch Ports Statuses Item Usage In Kb 
- A breakdown of how many kilobytes have passed through this port during the timespan.
- Warnings []string
- All warnings present on the port.
- cdp
GetSwitch Ports Statuses Item Cdp 
- The Cisco Discovery Protocol (CDP) information of the connected device.
- clientCount Integer
- The number of clients connected through this port.
- duplex String
- The current duplex of a connected port.
- enabled Boolean
- Whether the port is configured to be enabled.
- errors List<String>
- All errors present on the port.
- isUplink Boolean
- Whether the port is the switch's uplink.
- lldp
GetSwitch Ports Statuses Item Lldp 
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- portId String
- The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- powerUsage DoubleIn Wh 
- How much power (in watt-hours) has been delivered by this port during the timespan.
- securePort GetSwitch Ports Statuses Item Secure Port 
- The Secure Port status of the port.
- spanningTree GetSwitch Ports Statuses Item Spanning Tree 
- The Spanning Tree Protocol (STP) information of the connected device.
- speed String
- The current data transfer rate which the port is operating at.
- status String
- The current connection status of the port.
- trafficIn GetKbps Switch Ports Statuses Item Traffic In Kbps 
- A breakdown of the average speed of data that has passed through this port during the timespan.
- usageIn GetKb Switch Ports Statuses Item Usage In Kb 
- A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings List<String>
- All warnings present on the port.
- cdp
GetSwitch Ports Statuses Item Cdp 
- The Cisco Discovery Protocol (CDP) information of the connected device.
- clientCount number
- The number of clients connected through this port.
- duplex string
- The current duplex of a connected port.
- enabled boolean
- Whether the port is configured to be enabled.
- errors string[]
- All errors present on the port.
- isUplink boolean
- Whether the port is the switch's uplink.
- lldp
GetSwitch Ports Statuses Item Lldp 
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- portId string
- The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- powerUsage numberIn Wh 
- How much power (in watt-hours) has been delivered by this port during the timespan.
- securePort GetSwitch Ports Statuses Item Secure Port 
- The Secure Port status of the port.
- spanningTree GetSwitch Ports Statuses Item Spanning Tree 
- The Spanning Tree Protocol (STP) information of the connected device.
- speed string
- The current data transfer rate which the port is operating at.
- status string
- The current connection status of the port.
- trafficIn GetKbps Switch Ports Statuses Item Traffic In Kbps 
- A breakdown of the average speed of data that has passed through this port during the timespan.
- usageIn GetKb Switch Ports Statuses Item Usage In Kb 
- A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings string[]
- All warnings present on the port.
- cdp
GetSwitch Ports Statuses Item Cdp 
- The Cisco Discovery Protocol (CDP) information of the connected device.
- client_count int
- The number of clients connected through this port.
- duplex str
- The current duplex of a connected port.
- enabled bool
- Whether the port is configured to be enabled.
- errors Sequence[str]
- All errors present on the port.
- is_uplink bool
- Whether the port is the switch's uplink.
- lldp
GetSwitch Ports Statuses Item Lldp 
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- port_id str
- The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- power_usage_ floatin_ wh 
- How much power (in watt-hours) has been delivered by this port during the timespan.
- secure_port GetSwitch Ports Statuses Item Secure Port 
- The Secure Port status of the port.
- spanning_tree GetSwitch Ports Statuses Item Spanning Tree 
- The Spanning Tree Protocol (STP) information of the connected device.
- speed str
- The current data transfer rate which the port is operating at.
- status str
- The current connection status of the port.
- traffic_in_ Getkbps Switch Ports Statuses Item Traffic In Kbps 
- A breakdown of the average speed of data that has passed through this port during the timespan.
- usage_in_ Getkb Switch Ports Statuses Item Usage In Kb 
- A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings Sequence[str]
- All warnings present on the port.
- cdp Property Map
- The Cisco Discovery Protocol (CDP) information of the connected device.
- clientCount Number
- The number of clients connected through this port.
- duplex String
- The current duplex of a connected port.
- enabled Boolean
- Whether the port is configured to be enabled.
- errors List<String>
- All errors present on the port.
- isUplink Boolean
- Whether the port is the switch's uplink.
- lldp Property Map
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- portId String
- The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- powerUsage NumberIn Wh 
- How much power (in watt-hours) has been delivered by this port during the timespan.
- securePort Property Map
- The Secure Port status of the port.
- spanningTree Property Map
- The Spanning Tree Protocol (STP) information of the connected device.
- speed String
- The current data transfer rate which the port is operating at.
- status String
- The current connection status of the port.
- trafficIn Property MapKbps 
- A breakdown of the average speed of data that has passed through this port during the timespan.
- usageIn Property MapKb 
- A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings List<String>
- All warnings present on the port.
GetSwitchPortsStatusesItemCdp     
- Address string
- Contains network addresses of both receiving and sending devices.
- Capabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- DeviceId string
- Identifies the device name.
- ManagementAddress string
- The device's management IP.
- NativeVlan int
- Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- Platform string
- Identifies the hardware platform of the device.
- PortId string
- Identifies the port from which the CDP packet was sent.
- SystemName string
- The system name.
- Version string
- Contains the device software release information.
- VtpManagement stringDomain 
- Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- Address string
- Contains network addresses of both receiving and sending devices.
- Capabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- DeviceId string
- Identifies the device name.
- ManagementAddress string
- The device's management IP.
- NativeVlan int
- Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- Platform string
- Identifies the hardware platform of the device.
- PortId string
- Identifies the port from which the CDP packet was sent.
- SystemName string
- The system name.
- Version string
- Contains the device software release information.
- VtpManagement stringDomain 
- Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address String
- Contains network addresses of both receiving and sending devices.
- capabilities String
- Identifies the device type, which indicates the functional capabilities of the device.
- deviceId String
- Identifies the device name.
- managementAddress String
- The device's management IP.
- nativeVlan Integer
- Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform String
- Identifies the hardware platform of the device.
- portId String
- Identifies the port from which the CDP packet was sent.
- systemName String
- The system name.
- version String
- Contains the device software release information.
- vtpManagement StringDomain 
- Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address string
- Contains network addresses of both receiving and sending devices.
- capabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- deviceId string
- Identifies the device name.
- managementAddress string
- The device's management IP.
- nativeVlan number
- Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform string
- Identifies the hardware platform of the device.
- portId string
- Identifies the port from which the CDP packet was sent.
- systemName string
- The system name.
- version string
- Contains the device software release information.
- vtpManagement stringDomain 
- Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address str
- Contains network addresses of both receiving and sending devices.
- capabilities str
- Identifies the device type, which indicates the functional capabilities of the device.
- device_id str
- Identifies the device name.
- management_address str
- The device's management IP.
- native_vlan int
- Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform str
- Identifies the hardware platform of the device.
- port_id str
- Identifies the port from which the CDP packet was sent.
- system_name str
- The system name.
- version str
- Contains the device software release information.
- vtp_management_ strdomain 
- Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address String
- Contains network addresses of both receiving and sending devices.
- capabilities String
- Identifies the device type, which indicates the functional capabilities of the device.
- deviceId String
- Identifies the device name.
- managementAddress String
- The device's management IP.
- nativeVlan Number
- Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform String
- Identifies the hardware platform of the device.
- portId String
- Identifies the port from which the CDP packet was sent.
- systemName String
- The system name.
- version String
- Contains the device software release information.
- vtpManagement StringDomain 
- Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
GetSwitchPortsStatusesItemLldp     
- ChassisId string
- The device's chassis ID.
- ManagementAddress string
- The device's management IP.
- ManagementVlan int
- The device's management VLAN.
- PortDescription string
- Description of the port from which the LLDP packet was sent.
- PortId string
- Identifies the port from which the LLDP packet was sent
- PortVlan int
- The port's VLAN.
- SystemCapabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- SystemDescription string
- The device's system description.
- SystemName string
- The device's system name.
- ChassisId string
- The device's chassis ID.
- ManagementAddress string
- The device's management IP.
- ManagementVlan int
- The device's management VLAN.
- PortDescription string
- Description of the port from which the LLDP packet was sent.
- PortId string
- Identifies the port from which the LLDP packet was sent
- PortVlan int
- The port's VLAN.
- SystemCapabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- SystemDescription string
- The device's system description.
- SystemName string
- The device's system name.
- chassisId String
- The device's chassis ID.
- managementAddress String
- The device's management IP.
- managementVlan Integer
- The device's management VLAN.
- portDescription String
- Description of the port from which the LLDP packet was sent.
- portId String
- Identifies the port from which the LLDP packet was sent
- portVlan Integer
- The port's VLAN.
- systemCapabilities String
- Identifies the device type, which indicates the functional capabilities of the device.
- systemDescription String
- The device's system description.
- systemName String
- The device's system name.
- chassisId string
- The device's chassis ID.
- managementAddress string
- The device's management IP.
- managementVlan number
- The device's management VLAN.
- portDescription string
- Description of the port from which the LLDP packet was sent.
- portId string
- Identifies the port from which the LLDP packet was sent
- portVlan number
- The port's VLAN.
- systemCapabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- systemDescription string
- The device's system description.
- systemName string
- The device's system name.
- chassis_id str
- The device's chassis ID.
- management_address str
- The device's management IP.
- management_vlan int
- The device's management VLAN.
- port_description str
- Description of the port from which the LLDP packet was sent.
- port_id str
- Identifies the port from which the LLDP packet was sent
- port_vlan int
- The port's VLAN.
- system_capabilities str
- Identifies the device type, which indicates the functional capabilities of the device.
- system_description str
- The device's system description.
- system_name str
- The device's system name.
- chassisId String
- The device's chassis ID.
- managementAddress String
- The device's management IP.
- managementVlan Number
- The device's management VLAN.
- portDescription String
- Description of the port from which the LLDP packet was sent.
- portId String
- Identifies the port from which the LLDP packet was sent
- portVlan Number
- The port's VLAN.
- systemCapabilities String
- Identifies the device type, which indicates the functional capabilities of the device.
- systemDescription String
- The device's system description.
- systemName String
- The device's system name.
GetSwitchPortsStatusesItemSecurePort      
- Active bool
- Whether Secure Port is currently active for this port.
- AuthenticationStatus string
- The current Secure Port status.
- ConfigOverrides GetSwitch Ports Statuses Item Secure Port Config Overrides 
- The configuration overrides applied to this port when Secure Port is active.
- Enabled bool
- Whether Secure Port is turned on for this port.
- Active bool
- Whether Secure Port is currently active for this port.
- AuthenticationStatus string
- The current Secure Port status.
- ConfigOverrides GetSwitch Ports Statuses Item Secure Port Config Overrides 
- The configuration overrides applied to this port when Secure Port is active.
- Enabled bool
- Whether Secure Port is turned on for this port.
- active Boolean
- Whether Secure Port is currently active for this port.
- authenticationStatus String
- The current Secure Port status.
- configOverrides GetSwitch Ports Statuses Item Secure Port Config Overrides 
- The configuration overrides applied to this port when Secure Port is active.
- enabled Boolean
- Whether Secure Port is turned on for this port.
- active boolean
- Whether Secure Port is currently active for this port.
- authenticationStatus string
- The current Secure Port status.
- configOverrides GetSwitch Ports Statuses Item Secure Port Config Overrides 
- The configuration overrides applied to this port when Secure Port is active.
- enabled boolean
- Whether Secure Port is turned on for this port.
- active bool
- Whether Secure Port is currently active for this port.
- authentication_status str
- The current Secure Port status.
- config_overrides GetSwitch Ports Statuses Item Secure Port Config Overrides 
- The configuration overrides applied to this port when Secure Port is active.
- enabled bool
- Whether Secure Port is turned on for this port.
- active Boolean
- Whether Secure Port is currently active for this port.
- authenticationStatus String
- The current Secure Port status.
- configOverrides Property Map
- The configuration overrides applied to this port when Secure Port is active.
- enabled Boolean
- Whether Secure Port is turned on for this port.
GetSwitchPortsStatusesItemSecurePortConfigOverrides        
- AllowedVlans string
- The VLANs allowed on the . Only applicable to trunk ports.
- Type string
- The type of the ('trunk' or 'access').
- Vlan int
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- VoiceVlan int
- The voice VLAN of the . Only applicable to access ports.
- AllowedVlans string
- The VLANs allowed on the . Only applicable to trunk ports.
- Type string
- The type of the ('trunk' or 'access').
- Vlan int
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- VoiceVlan int
- The voice VLAN of the . Only applicable to access ports.
- allowedVlans String
- The VLANs allowed on the . Only applicable to trunk ports.
- type String
- The type of the ('trunk' or 'access').
- vlan Integer
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voiceVlan Integer
- The voice VLAN of the . Only applicable to access ports.
- allowedVlans string
- The VLANs allowed on the . Only applicable to trunk ports.
- type string
- The type of the ('trunk' or 'access').
- vlan number
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voiceVlan number
- The voice VLAN of the . Only applicable to access ports.
- allowed_vlans str
- The VLANs allowed on the . Only applicable to trunk ports.
- type str
- The type of the ('trunk' or 'access').
- vlan int
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voice_vlan int
- The voice VLAN of the . Only applicable to access ports.
- allowedVlans String
- The VLANs allowed on the . Only applicable to trunk ports.
- type String
- The type of the ('trunk' or 'access').
- vlan Number
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voiceVlan Number
- The voice VLAN of the . Only applicable to access ports.
GetSwitchPortsStatusesItemSpanningTree      
- Statuses List<string>
- The current Spanning Tree Protocol statuses of the port.
- Statuses []string
- The current Spanning Tree Protocol statuses of the port.
- statuses List<String>
- The current Spanning Tree Protocol statuses of the port.
- statuses string[]
- The current Spanning Tree Protocol statuses of the port.
- statuses Sequence[str]
- The current Spanning Tree Protocol statuses of the port.
- statuses List<String>
- The current Spanning Tree Protocol statuses of the port.
GetSwitchPortsStatusesItemTrafficInKbps       
GetSwitchPortsStatusesItemUsageInKb       
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
