Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.networks.getWirelessFailedConnections
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.networks.getWirelessFailedConnections({
apTag: "string",
band: "string",
clientId: "string",
networkId: "string",
serial: "string",
ssid: 1,
t0: "string",
t1: "string",
timespan: 1,
vlan: 1,
});
export const merakiNetworksWirelessFailedConnectionsExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.networks.get_wireless_failed_connections(ap_tag="string",
band="string",
client_id="string",
network_id="string",
serial="string",
ssid=1,
t0="string",
t1="string",
timespan=1,
vlan=1)
pulumi.export("merakiNetworksWirelessFailedConnectionsExample", example.items)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := networks.GetWirelessFailedConnections(ctx, &networks.GetWirelessFailedConnectionsArgs{
ApTag: pulumi.StringRef("string"),
Band: pulumi.StringRef("string"),
ClientId: pulumi.StringRef("string"),
NetworkId: "string",
Serial: pulumi.StringRef("string"),
Ssid: pulumi.IntRef(1),
T0: pulumi.StringRef("string"),
T1: pulumi.StringRef("string"),
Timespan: pulumi.Float64Ref(1),
Vlan: pulumi.IntRef(1),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiNetworksWirelessFailedConnectionsExample", example.Items)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Networks.GetWirelessFailedConnections.Invoke(new()
{
ApTag = "string",
Band = "string",
ClientId = "string",
NetworkId = "string",
Serial = "string",
Ssid = 1,
T0 = "string",
T1 = "string",
Timespan = 1,
Vlan = 1,
});
return new Dictionary<string, object?>
{
["merakiNetworksWirelessFailedConnectionsExample"] = example.Apply(getWirelessFailedConnectionsResult => getWirelessFailedConnectionsResult.Items),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetWirelessFailedConnectionsArgs;
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 = NetworksFunctions.getWirelessFailedConnections(GetWirelessFailedConnectionsArgs.builder()
.apTag("string")
.band("string")
.clientId("string")
.networkId("string")
.serial("string")
.ssid(1)
.t0("string")
.t1("string")
.timespan(1)
.vlan(1)
.build());
ctx.export("merakiNetworksWirelessFailedConnectionsExample", example.applyValue(getWirelessFailedConnectionsResult -> getWirelessFailedConnectionsResult.items()));
}
}
variables:
example:
fn::invoke:
Function: meraki:networks:getWirelessFailedConnections
Arguments:
apTag: string
band: string
clientId: string
networkId: string
serial: string
ssid: 1
t0: string
t1: string
timespan: 1
vlan: 1
outputs:
merakiNetworksWirelessFailedConnectionsExample: ${example.items}
Using getWirelessFailedConnections
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 getWirelessFailedConnections(args: GetWirelessFailedConnectionsArgs, opts?: InvokeOptions): Promise<GetWirelessFailedConnectionsResult>
function getWirelessFailedConnectionsOutput(args: GetWirelessFailedConnectionsOutputArgs, opts?: InvokeOptions): Output<GetWirelessFailedConnectionsResult>
def get_wireless_failed_connections(ap_tag: Optional[str] = None,
band: Optional[str] = None,
client_id: Optional[str] = None,
network_id: Optional[str] = None,
serial: Optional[str] = None,
ssid: Optional[int] = None,
t0: Optional[str] = None,
t1: Optional[str] = None,
timespan: Optional[float] = None,
vlan: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetWirelessFailedConnectionsResult
def get_wireless_failed_connections_output(ap_tag: Optional[pulumi.Input[str]] = None,
band: Optional[pulumi.Input[str]] = None,
client_id: Optional[pulumi.Input[str]] = None,
network_id: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
ssid: Optional[pulumi.Input[int]] = None,
t0: Optional[pulumi.Input[str]] = None,
t1: Optional[pulumi.Input[str]] = None,
timespan: Optional[pulumi.Input[float]] = None,
vlan: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWirelessFailedConnectionsResult]
func GetWirelessFailedConnections(ctx *Context, args *GetWirelessFailedConnectionsArgs, opts ...InvokeOption) (*GetWirelessFailedConnectionsResult, error)
func GetWirelessFailedConnectionsOutput(ctx *Context, args *GetWirelessFailedConnectionsOutputArgs, opts ...InvokeOption) GetWirelessFailedConnectionsResultOutput
> Note: This function is named GetWirelessFailedConnections
in the Go SDK.
public static class GetWirelessFailedConnections
{
public static Task<GetWirelessFailedConnectionsResult> InvokeAsync(GetWirelessFailedConnectionsArgs args, InvokeOptions? opts = null)
public static Output<GetWirelessFailedConnectionsResult> Invoke(GetWirelessFailedConnectionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWirelessFailedConnectionsResult> getWirelessFailedConnections(GetWirelessFailedConnectionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:networks/getWirelessFailedConnections:getWirelessFailedConnections
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Id string - networkId path parameter. Network ID
- Ap
Tag string - apTag query parameter. Filter results by AP Tag
- Band string
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- Client
Id string - clientId query parameter. Filter by client MAC
- Serial string
- serial query parameter. Filter by AP
- Ssid int
- ssid query parameter. Filter results by SSID
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- T1 string
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- Timespan double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- Vlan int
- vlan query parameter. Filter results by VLAN
- Network
Id string - networkId path parameter. Network ID
- Ap
Tag string - apTag query parameter. Filter results by AP Tag
- Band string
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- Client
Id string - clientId query parameter. Filter by client MAC
- Serial string
- serial query parameter. Filter by AP
- Ssid int
- ssid query parameter. Filter results by SSID
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- T1 string
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- Timespan float64
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- Vlan int
- vlan query parameter. Filter results by VLAN
- network
Id String - networkId path parameter. Network ID
- ap
Tag String - apTag query parameter. Filter results by AP Tag
- band String
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client
Id String - clientId query parameter. Filter by client MAC
- serial String
- serial query parameter. Filter by AP
- ssid Integer
- ssid query parameter. Filter results by SSID
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 String
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan Double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan Integer
- vlan query parameter. Filter results by VLAN
- network
Id string - networkId path parameter. Network ID
- ap
Tag string - apTag query parameter. Filter results by AP Tag
- band string
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client
Id string - clientId query parameter. Filter by client MAC
- serial string
- serial query parameter. Filter by AP
- ssid number
- ssid query parameter. Filter results by SSID
- t0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 string
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan number
- vlan query parameter. Filter results by VLAN
- network_
id str - networkId path parameter. Network ID
- ap_
tag str - apTag query parameter. Filter results by AP Tag
- band str
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client_
id str - clientId query parameter. Filter by client MAC
- serial str
- serial query parameter. Filter by AP
- ssid int
- ssid query parameter. Filter results by SSID
- t0 str
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 str
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan float
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan int
- vlan query parameter. Filter results by VLAN
- network
Id String - networkId path parameter. Network ID
- ap
Tag String - apTag query parameter. Filter results by AP Tag
- band String
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client
Id String - clientId query parameter. Filter by client MAC
- serial String
- serial query parameter. Filter by AP
- ssid Number
- ssid query parameter. Filter results by SSID
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 String
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan Number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan Number
- vlan query parameter. Filter results by VLAN
getWirelessFailedConnections Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Wireless Failed Connections Item> - Array of ResponseWirelessGetNetworkWirelessFailedConnections
- Network
Id string - networkId path parameter. Network ID
- Ap
Tag string - apTag query parameter. Filter results by AP Tag
- Band string
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- Client
Id string - clientId query parameter. Filter by client MAC
- Serial string
- serial query parameter. Filter by AP
- Ssid int
- ssid query parameter. Filter results by SSID
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- T1 string
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- Timespan double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- Vlan int
- vlan query parameter. Filter results by VLAN
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Wireless Failed Connections Item - Array of ResponseWirelessGetNetworkWirelessFailedConnections
- Network
Id string - networkId path parameter. Network ID
- Ap
Tag string - apTag query parameter. Filter results by AP Tag
- Band string
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- Client
Id string - clientId query parameter. Filter by client MAC
- Serial string
- serial query parameter. Filter by AP
- Ssid int
- ssid query parameter. Filter results by SSID
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- T1 string
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- Timespan float64
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- Vlan int
- vlan query parameter. Filter results by VLAN
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Wireless Failed Connections Item> - Array of ResponseWirelessGetNetworkWirelessFailedConnections
- network
Id String - networkId path parameter. Network ID
- ap
Tag String - apTag query parameter. Filter results by AP Tag
- band String
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client
Id String - clientId query parameter. Filter by client MAC
- serial String
- serial query parameter. Filter by AP
- ssid Integer
- ssid query parameter. Filter results by SSID
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 String
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan Double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan Integer
- vlan query parameter. Filter results by VLAN
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Wireless Failed Connections Item[] - Array of ResponseWirelessGetNetworkWirelessFailedConnections
- network
Id string - networkId path parameter. Network ID
- ap
Tag string - apTag query parameter. Filter results by AP Tag
- band string
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client
Id string - clientId query parameter. Filter by client MAC
- serial string
- serial query parameter. Filter by AP
- ssid number
- ssid query parameter. Filter results by SSID
- t0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 string
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan number
- vlan query parameter. Filter results by VLAN
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Wireless Failed Connections Item] - Array of ResponseWirelessGetNetworkWirelessFailedConnections
- network_
id str - networkId path parameter. Network ID
- ap_
tag str - apTag query parameter. Filter results by AP Tag
- band str
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client_
id str - clientId query parameter. Filter by client MAC
- serial str
- serial query parameter. Filter by AP
- ssid int
- ssid query parameter. Filter results by SSID
- t0 str
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 str
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan float
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan int
- vlan query parameter. Filter results by VLAN
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- Array of ResponseWirelessGetNetworkWirelessFailedConnections
- network
Id String - networkId path parameter. Network ID
- ap
Tag String - apTag query parameter. Filter results by AP Tag
- band String
- band query parameter. Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information.
- client
Id String - clientId query parameter. Filter by client MAC
- serial String
- serial query parameter. Filter by AP
- ssid Number
- ssid query parameter. Filter results by SSID
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 180 days from today.
- t1 String
- t1 query parameter. The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
- timespan Number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.
- vlan Number
- vlan query parameter. Filter results by VLAN
Supporting Types
GetWirelessFailedConnectionsItem
- Client
Mac string - Client Mac
- Failure
Step string - The failed onboarding step. One of: assoc, auth, dhcp, dns.
- Serial string
- Serial Number
- Ssid
Number int - SSID Number
- Ts string
- The timestamp when the client mac failed
- Type string
- The failure type in the onboarding step
- Vlan int
- LAN
- Client
Mac string - Client Mac
- Failure
Step string - The failed onboarding step. One of: assoc, auth, dhcp, dns.
- Serial string
- Serial Number
- Ssid
Number int - SSID Number
- Ts string
- The timestamp when the client mac failed
- Type string
- The failure type in the onboarding step
- Vlan int
- LAN
- client
Mac String - Client Mac
- failure
Step String - The failed onboarding step. One of: assoc, auth, dhcp, dns.
- serial String
- Serial Number
- ssid
Number Integer - SSID Number
- ts String
- The timestamp when the client mac failed
- type String
- The failure type in the onboarding step
- vlan Integer
- LAN
- client
Mac string - Client Mac
- failure
Step string - The failed onboarding step. One of: assoc, auth, dhcp, dns.
- serial string
- Serial Number
- ssid
Number number - SSID Number
- ts string
- The timestamp when the client mac failed
- type string
- The failure type in the onboarding step
- vlan number
- LAN
- client_
mac str - Client Mac
- failure_
step str - The failed onboarding step. One of: assoc, auth, dhcp, dns.
- serial str
- Serial Number
- ssid_
number int - SSID Number
- ts str
- The timestamp when the client mac failed
- type str
- The failure type in the onboarding step
- vlan int
- LAN
- client
Mac String - Client Mac
- failure
Step String - The failed onboarding step. One of: assoc, auth, dhcp, dns.
- serial String
- Serial Number
- ssid
Number Number - SSID Number
- ts String
- The timestamp when the client mac failed
- type String
- The failure type in the onboarding step
- vlan Number
- LAN
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.