Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi
junipermist.device.getGatewayStats
Explore with Pulumi AI
This data source provides the list of Gateways with their statistics.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as junipermist from "@pulumi/junipermist";
const gatewayStats = junipermist.device.getGatewayStats({
orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
});
import pulumi
import pulumi_junipermist as junipermist
gateway_stats = junipermist.device.get_gateway_stats(org_id="15fca2ac-b1a6-47cc-9953-cc6906281550")
package main
import (
"github.com/pulumi/pulumi-junipermist/sdk/go/junipermist/device"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := device.GetGatewayStats(ctx, &device.GetGatewayStatsArgs{
OrgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using JuniperMist = Pulumi.JuniperMist;
return await Deployment.RunAsync(() =>
{
var gatewayStats = JuniperMist.Device.GetGatewayStats.Invoke(new()
{
OrgId = "15fca2ac-b1a6-47cc-9953-cc6906281550",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.junipermist.device.DeviceFunctions;
import com.pulumi.junipermist.device.inputs.GetGatewayStatsArgs;
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 gatewayStats = DeviceFunctions.getGatewayStats(GetGatewayStatsArgs.builder()
.orgId("15fca2ac-b1a6-47cc-9953-cc6906281550")
.build());
}
}
variables:
gatewayStats:
fn::invoke:
Function: junipermist:device:getGatewayStats
Arguments:
orgId: 15fca2ac-b1a6-47cc-9953-cc6906281550
Using getGatewayStats
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 getGatewayStats(args: GetGatewayStatsArgs, opts?: InvokeOptions): Promise<GetGatewayStatsResult>
function getGatewayStatsOutput(args: GetGatewayStatsOutputArgs, opts?: InvokeOptions): Output<GetGatewayStatsResult>
def get_gateway_stats(duration: Optional[str] = None,
end: Optional[int] = None,
mac: Optional[str] = None,
org_id: Optional[str] = None,
site_id: Optional[str] = None,
start: Optional[int] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayStatsResult
def get_gateway_stats_output(duration: Optional[pulumi.Input[str]] = None,
end: Optional[pulumi.Input[int]] = None,
mac: Optional[pulumi.Input[str]] = None,
org_id: Optional[pulumi.Input[str]] = None,
site_id: Optional[pulumi.Input[str]] = None,
start: Optional[pulumi.Input[int]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayStatsResult]
func GetGatewayStats(ctx *Context, args *GetGatewayStatsArgs, opts ...InvokeOption) (*GetGatewayStatsResult, error)
func GetGatewayStatsOutput(ctx *Context, args *GetGatewayStatsOutputArgs, opts ...InvokeOption) GetGatewayStatsResultOutput
> Note: This function is named GetGatewayStats
in the Go SDK.
public static class GetGatewayStats
{
public static Task<GetGatewayStatsResult> InvokeAsync(GetGatewayStatsArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayStatsResult> Invoke(GetGatewayStatsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayStatsResult> getGatewayStats(GetGatewayStatsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: junipermist:device/getGatewayStats:getGatewayStats
arguments:
# arguments dictionary
The following arguments are supported:
getGatewayStats Result
The following output properties are available:
- Device
Gateway List<Pulumi.Stats Juniper Mist. Device. Outputs. Get Gateway Stats Device Gateway Stat> - Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Duration string
- duration like 7d, 2w
- End int
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- Mac string
- Site
Id string - Start int
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- Status string
- Device
Gateway []GetStats Gateway Stats Device Gateway Stat - Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Duration string
- duration like 7d, 2w
- End int
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- Mac string
- Site
Id string - Start int
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- Status string
- device
Gateway List<GetStats Gateway Stats Device Gateway Stat> - id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - duration String
- duration like 7d, 2w
- end Integer
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- mac String
- site
Id String - start Integer
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- status String
- device
Gateway GetStats Gateway Stats Device Gateway Stat[] - id string
- The provider-assigned unique ID for this managed resource.
- org
Id string - duration string
- duration like 7d, 2w
- end number
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- mac string
- site
Id string - start number
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- status string
- device_
gateway_ Sequence[Getstats Gateway Stats Device Gateway Stat] - id str
- The provider-assigned unique ID for this managed resource.
- org_
id str - duration str
- duration like 7d, 2w
- end int
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- mac str
- site_
id str - start int
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- status str
- device
Gateway List<Property Map>Stats - id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - duration String
- duration like 7d, 2w
- end Number
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- mac String
- site
Id String - start Number
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- status String
Supporting Types
GetGatewayStatsDeviceGatewayStat
- Ap
Redundancy Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Ap Redundancy - Arp
Table Pulumi.Stats Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Arp Table Stats - Cert
Expiry int - Cluster
Config Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cluster Config - Cluster
Stat Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cluster Stat - Conductor
Name string - Config
Status string - Cpu2Stat
Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cpu2Stat - Cpu
Stat Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cpu Stat - Created
Time int - Deviceprofile
Id string - Dhcpd2Stat
Dictionary<string, Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Dhcpd2Stat> - Property key is the network name
- Dhcpd
Stat Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Dhcpd Stat> - Property key is the network name
- Ext
Ip string - IP address
- Fwupdate
Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Fwupdate - Has
Pcap bool - Hostname string
- hostname reported by the device
- Id string
- serial
- If2Stat
Dictionary<string, Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat If2Stat> - Property key is the interface name
- If
Stat Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat If Stat> - Property key is the interface name
- Ip string
- IP address
- Ip2Stat
Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Ip2Stat - Ip
Stat Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Ip Stat - Is
Ha bool - Last
Seen double - last seen timestamp
- Mac string
- device mac
- Map
Id string - serial
- Memory2Stat
Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Memory2Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- Memory
Stat Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Memory Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- Model string
- device model
- Modified
Time int - Module2Stats
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat> - Module
Stats List<Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat> - Name string
- device name if configured
- Node
Name string - Org
Id string - serial
- Route
Summary Pulumi.Stats Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Route Summary Stats - Router
Name string - device name if configured
- Serial string
- serial
- Service2Stat
Dictionary<string, Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Service2Stat> - Service
Stat Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Service Stat> - Service
Status Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Service Status - Site
Id string - serial
- Spu2Stats
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Spu2Stat> - Spu
Stats List<Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Spu Stat> - Status string
- Uptime double
- Version string
- Ap
Redundancy GetGateway Stats Device Gateway Stat Ap Redundancy - Arp
Table GetStats Gateway Stats Device Gateway Stat Arp Table Stats - Cert
Expiry int - Cluster
Config GetGateway Stats Device Gateway Stat Cluster Config - Cluster
Stat GetGateway Stats Device Gateway Stat Cluster Stat - Conductor
Name string - Config
Status string - Cpu2Stat
Get
Gateway Stats Device Gateway Stat Cpu2Stat - Cpu
Stat GetGateway Stats Device Gateway Stat Cpu Stat - Created
Time int - Deviceprofile
Id string - Dhcpd2Stat
map[string]Get
Gateway Stats Device Gateway Stat Dhcpd2Stat - Property key is the network name
- Dhcpd
Stat map[string]GetGateway Stats Device Gateway Stat Dhcpd Stat - Property key is the network name
- Ext
Ip string - IP address
- Fwupdate
Get
Gateway Stats Device Gateway Stat Fwupdate - Has
Pcap bool - Hostname string
- hostname reported by the device
- Id string
- serial
- If2Stat
map[string]Get
Gateway Stats Device Gateway Stat If2Stat - Property key is the interface name
- If
Stat map[string]GetGateway Stats Device Gateway Stat If Stat - Property key is the interface name
- Ip string
- IP address
- Ip2Stat
Get
Gateway Stats Device Gateway Stat Ip2Stat - Ip
Stat GetGateway Stats Device Gateway Stat Ip Stat - Is
Ha bool - Last
Seen float64 - last seen timestamp
- Mac string
- device mac
- Map
Id string - serial
- Memory2Stat
Get
Gateway Stats Device Gateway Stat Memory2Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- Memory
Stat GetGateway Stats Device Gateway Stat Memory Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- Model string
- device model
- Modified
Time int - Module2Stats
[]Get
Gateway Stats Device Gateway Stat Module2Stat - Module
Stats []GetGateway Stats Device Gateway Stat Module Stat - Name string
- device name if configured
- Node
Name string - Org
Id string - serial
- Route
Summary GetStats Gateway Stats Device Gateway Stat Route Summary Stats - Router
Name string - device name if configured
- Serial string
- serial
- Service2Stat
map[string]Get
Gateway Stats Device Gateway Stat Service2Stat - Service
Stat map[string]GetGateway Stats Device Gateway Stat Service Stat - Service
Status GetGateway Stats Device Gateway Stat Service Status - Site
Id string - serial
- Spu2Stats
[]Get
Gateway Stats Device Gateway Stat Spu2Stat - Spu
Stats []GetGateway Stats Device Gateway Stat Spu Stat - Status string
- Uptime float64
- Version string
- ap
Redundancy GetGateway Stats Device Gateway Stat Ap Redundancy - arp
Table GetStats Gateway Stats Device Gateway Stat Arp Table Stats - cert
Expiry Integer - cluster
Config GetGateway Stats Device Gateway Stat Cluster Config - cluster
Stat GetGateway Stats Device Gateway Stat Cluster Stat - conductor
Name String - config
Status String - cpu2Stat
Get
Gateway Stats Device Gateway Stat Cpu2Stat - cpu
Stat GetGateway Stats Device Gateway Stat Cpu Stat - created
Time Integer - deviceprofile
Id String - dhcpd2Stat
Map<String,Get
Gateway Stats Device Gateway Stat Dhcpd2Stat> - Property key is the network name
- dhcpd
Stat Map<String,GetGateway Stats Device Gateway Stat Dhcpd Stat> - Property key is the network name
- ext
Ip String - IP address
- fwupdate
Get
Gateway Stats Device Gateway Stat Fwupdate - has
Pcap Boolean - hostname String
- hostname reported by the device
- id String
- serial
- if2Stat
Map<String,Get
Gateway Stats Device Gateway Stat If2Stat> - Property key is the interface name
- if
Stat Map<String,GetGateway Stats Device Gateway Stat If Stat> - Property key is the interface name
- ip String
- IP address
- ip2Stat
Get
Gateway Stats Device Gateway Stat Ip2Stat - ip
Stat GetGateway Stats Device Gateway Stat Ip Stat - is
Ha Boolean - last
Seen Double - last seen timestamp
- mac String
- device mac
- map
Id String - serial
- memory2Stat
Get
Gateway Stats Device Gateway Stat Memory2Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- memory
Stat GetGateway Stats Device Gateway Stat Memory Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- model String
- device model
- modified
Time Integer - module2Stats
List<Get
Gateway Stats Device Gateway Stat Module2Stat> - module
Stats List<GetGateway Stats Device Gateway Stat Module Stat> - name String
- device name if configured
- node
Name String - org
Id String - serial
- route
Summary GetStats Gateway Stats Device Gateway Stat Route Summary Stats - router
Name String - device name if configured
- serial String
- serial
- service2Stat
Map<String,Get
Gateway Stats Device Gateway Stat Service2Stat> - service
Stat Map<String,GetGateway Stats Device Gateway Stat Service Stat> - service
Status GetGateway Stats Device Gateway Stat Service Status - site
Id String - serial
- spu2Stats
List<Get
Gateway Stats Device Gateway Stat Spu2Stat> - spu
Stats List<GetGateway Stats Device Gateway Stat Spu Stat> - status String
- uptime Double
- version String
- ap
Redundancy GetGateway Stats Device Gateway Stat Ap Redundancy - arp
Table GetStats Gateway Stats Device Gateway Stat Arp Table Stats - cert
Expiry number - cluster
Config GetGateway Stats Device Gateway Stat Cluster Config - cluster
Stat GetGateway Stats Device Gateway Stat Cluster Stat - conductor
Name string - config
Status string - cpu2Stat
Get
Gateway Stats Device Gateway Stat Cpu2Stat - cpu
Stat GetGateway Stats Device Gateway Stat Cpu Stat - created
Time number - deviceprofile
Id string - dhcpd2Stat
{[key: string]: Get
Gateway Stats Device Gateway Stat Dhcpd2Stat} - Property key is the network name
- dhcpd
Stat {[key: string]: GetGateway Stats Device Gateway Stat Dhcpd Stat} - Property key is the network name
- ext
Ip string - IP address
- fwupdate
Get
Gateway Stats Device Gateway Stat Fwupdate - has
Pcap boolean - hostname string
- hostname reported by the device
- id string
- serial
- if2Stat
{[key: string]: Get
Gateway Stats Device Gateway Stat If2Stat} - Property key is the interface name
- if
Stat {[key: string]: GetGateway Stats Device Gateway Stat If Stat} - Property key is the interface name
- ip string
- IP address
- ip2Stat
Get
Gateway Stats Device Gateway Stat Ip2Stat - ip
Stat GetGateway Stats Device Gateway Stat Ip Stat - is
Ha boolean - last
Seen number - last seen timestamp
- mac string
- device mac
- map
Id string - serial
- memory2Stat
Get
Gateway Stats Device Gateway Stat Memory2Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- memory
Stat GetGateway Stats Device Gateway Stat Memory Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- model string
- device model
- modified
Time number - module2Stats
Get
Gateway Stats Device Gateway Stat Module2Stat[] - module
Stats GetGateway Stats Device Gateway Stat Module Stat[] - name string
- device name if configured
- node
Name string - org
Id string - serial
- route
Summary GetStats Gateway Stats Device Gateway Stat Route Summary Stats - router
Name string - device name if configured
- serial string
- serial
- service2Stat
{[key: string]: Get
Gateway Stats Device Gateway Stat Service2Stat} - service
Stat {[key: string]: GetGateway Stats Device Gateway Stat Service Stat} - service
Status GetGateway Stats Device Gateway Stat Service Status - site
Id string - serial
- spu2Stats
Get
Gateway Stats Device Gateway Stat Spu2Stat[] - spu
Stats GetGateway Stats Device Gateway Stat Spu Stat[] - status string
- uptime number
- version string
- ap_
redundancy GetGateway Stats Device Gateway Stat Ap Redundancy - arp_
table_ Getstats Gateway Stats Device Gateway Stat Arp Table Stats - cert_
expiry int - cluster_
config GetGateway Stats Device Gateway Stat Cluster Config - cluster_
stat GetGateway Stats Device Gateway Stat Cluster Stat - conductor_
name str - config_
status str - cpu2_
stat GetGateway Stats Device Gateway Stat Cpu2Stat - cpu_
stat GetGateway Stats Device Gateway Stat Cpu Stat - created_
time int - deviceprofile_
id str - dhcpd2_
stat Mapping[str, GetGateway Stats Device Gateway Stat Dhcpd2Stat] - Property key is the network name
- dhcpd_
stat Mapping[str, GetGateway Stats Device Gateway Stat Dhcpd Stat] - Property key is the network name
- ext_
ip str - IP address
- fwupdate
Get
Gateway Stats Device Gateway Stat Fwupdate - has_
pcap bool - hostname str
- hostname reported by the device
- id str
- serial
- if2_
stat Mapping[str, GetGateway Stats Device Gateway Stat If2Stat] - Property key is the interface name
- if_
stat Mapping[str, GetGateway Stats Device Gateway Stat If Stat] - Property key is the interface name
- ip str
- IP address
- ip2_
stat GetGateway Stats Device Gateway Stat Ip2Stat - ip_
stat GetGateway Stats Device Gateway Stat Ip Stat - is_
ha bool - last_
seen float - last seen timestamp
- mac str
- device mac
- map_
id str - serial
- memory2_
stat GetGateway Stats Device Gateway Stat Memory2Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- memory_
stat GetGateway Stats Device Gateway Stat Memory Stat - memory usage stat (for virtual chassis, memory usage of master RE)
- model str
- device model
- modified_
time int - module2_
stats Sequence[GetGateway Stats Device Gateway Stat Module2Stat] - module_
stats Sequence[GetGateway Stats Device Gateway Stat Module Stat] - name str
- device name if configured
- node_
name str - org_
id str - serial
- route_
summary_ Getstats Gateway Stats Device Gateway Stat Route Summary Stats - router_
name str - device name if configured
- serial str
- serial
- service2_
stat Mapping[str, GetGateway Stats Device Gateway Stat Service2Stat] - service_
stat Mapping[str, GetGateway Stats Device Gateway Stat Service Stat] - service_
status GetGateway Stats Device Gateway Stat Service Status - site_
id str - serial
- spu2_
stats Sequence[GetGateway Stats Device Gateway Stat Spu2Stat] - spu_
stats Sequence[GetGateway Stats Device Gateway Stat Spu Stat] - status str
- uptime float
- version str
- ap
Redundancy Property Map - arp
Table Property MapStats - cert
Expiry Number - cluster
Config Property Map - cluster
Stat Property Map - conductor
Name String - config
Status String - cpu2Stat Property Map
- cpu
Stat Property Map - created
Time Number - deviceprofile
Id String - dhcpd2Stat Map<Property Map>
- Property key is the network name
- dhcpd
Stat Map<Property Map> - Property key is the network name
- ext
Ip String - IP address
- fwupdate Property Map
- has
Pcap Boolean - hostname String
- hostname reported by the device
- id String
- serial
- if2Stat Map<Property Map>
- Property key is the interface name
- if
Stat Map<Property Map> - Property key is the interface name
- ip String
- IP address
- ip2Stat Property Map
- ip
Stat Property Map - is
Ha Boolean - last
Seen Number - last seen timestamp
- mac String
- device mac
- map
Id String - serial
- memory2Stat Property Map
- memory usage stat (for virtual chassis, memory usage of master RE)
- memory
Stat Property Map - memory usage stat (for virtual chassis, memory usage of master RE)
- model String
- device model
- modified
Time Number - module2Stats List<Property Map>
- module
Stats List<Property Map> - name String
- device name if configured
- node
Name String - org
Id String - serial
- route
Summary Property MapStats - router
Name String - device name if configured
- serial String
- serial
- service2Stat Map<Property Map>
- service
Stat Map<Property Map> - service
Status Property Map - site
Id String - serial
- spu2Stats List<Property Map>
- spu
Stats List<Property Map> - status String
- uptime Number
- version String
GetGatewayStatsDeviceGatewayStatApRedundancy
- Modules
Dictionary<string, Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Ap Redundancy Modules> - Property key is the node id
- Num
Aps int - Num
Aps intWith Switch Redundancy
- Modules
map[string]Get
Gateway Stats Device Gateway Stat Ap Redundancy Modules - Property key is the node id
- Num
Aps int - Num
Aps intWith Switch Redundancy
- modules
Map<String,Get
Gateway Stats Device Gateway Stat Ap Redundancy Modules> - Property key is the node id
- num
Aps Integer - num
Aps IntegerWith Switch Redundancy
- modules
{[key: string]: Get
Gateway Stats Device Gateway Stat Ap Redundancy Modules} - Property key is the node id
- num
Aps number - num
Aps numberWith Switch Redundancy
- modules
Mapping[str, Get
Gateway Stats Device Gateway Stat Ap Redundancy Modules] - Property key is the node id
- num_
aps int - num_
aps_ intwith_ switch_ redundancy
- modules Map<Property Map>
- Property key is the node id
- num
Aps Number - num
Aps NumberWith Switch Redundancy
GetGatewayStatsDeviceGatewayStatApRedundancyModules
- Num
Aps int - Num
Aps intWith Switch Redundancy
- Num
Aps int - Num
Aps intWith Switch Redundancy
- num
Aps Integer - num
Aps IntegerWith Switch Redundancy
- num
Aps number - num
Aps numberWith Switch Redundancy
- num
Aps Number - num
Aps NumberWith Switch Redundancy
GetGatewayStatsDeviceGatewayStatArpTableStats
- Arp
Table intCount - Max
Entries intSupported
- Arp
Table intCount - Max
Entries intSupported
- arp
Table IntegerCount - max
Entries IntegerSupported
- arp
Table numberCount - max
Entries numberSupported
- arp
Table NumberCount - max
Entries NumberSupported
GetGatewayStatsDeviceGatewayStatClusterConfig
- Configuration string
- Control
Link Pulumi.Info Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cluster Config Control Link Info - Ethernet
Connections List<Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cluster Config Ethernet Connection> - Fabric
Link Pulumi.Info Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cluster Config Fabric Link Info - Last
Status stringChange Reason - Operational string
- Primary
Node stringHealth - Redundancy
Group List<Pulumi.Informations Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Cluster Config Redundancy Group Information> - Secondary
Node stringHealth - Status string
- Configuration string
- Control
Link GetInfo Gateway Stats Device Gateway Stat Cluster Config Control Link Info - Ethernet
Connections []GetGateway Stats Device Gateway Stat Cluster Config Ethernet Connection - Fabric
Link GetInfo Gateway Stats Device Gateway Stat Cluster Config Fabric Link Info - Last
Status stringChange Reason - Operational string
- Primary
Node stringHealth - Redundancy
Group []GetInformations Gateway Stats Device Gateway Stat Cluster Config Redundancy Group Information - Secondary
Node stringHealth - Status string
- configuration String
- control
Link GetInfo Gateway Stats Device Gateway Stat Cluster Config Control Link Info - ethernet
Connections List<GetGateway Stats Device Gateway Stat Cluster Config Ethernet Connection> - fabric
Link GetInfo Gateway Stats Device Gateway Stat Cluster Config Fabric Link Info - last
Status StringChange Reason - operational String
- primary
Node StringHealth - redundancy
Group List<GetInformations Gateway Stats Device Gateway Stat Cluster Config Redundancy Group Information> - secondary
Node StringHealth - status String
- configuration string
- control
Link GetInfo Gateway Stats Device Gateway Stat Cluster Config Control Link Info - ethernet
Connections GetGateway Stats Device Gateway Stat Cluster Config Ethernet Connection[] - fabric
Link GetInfo Gateway Stats Device Gateway Stat Cluster Config Fabric Link Info - last
Status stringChange Reason - operational string
- primary
Node stringHealth - redundancy
Group GetInformations Gateway Stats Device Gateway Stat Cluster Config Redundancy Group Information[] - secondary
Node stringHealth - status string
- configuration str
- control_
link_ Getinfo Gateway Stats Device Gateway Stat Cluster Config Control Link Info - ethernet_
connections Sequence[GetGateway Stats Device Gateway Stat Cluster Config Ethernet Connection] - fabric_
link_ Getinfo Gateway Stats Device Gateway Stat Cluster Config Fabric Link Info - last_
status_ strchange_ reason - operational str
- primary_
node_ strhealth - redundancy_
group_ Sequence[Getinformations Gateway Stats Device Gateway Stat Cluster Config Redundancy Group Information] - secondary_
node_ strhealth - status str
GetGatewayStatsDeviceGatewayStatClusterConfigControlLinkInfo
GetGatewayStatsDeviceGatewayStatClusterConfigEthernetConnection
GetGatewayStatsDeviceGatewayStatClusterConfigFabricLinkInfo
- Data
Plane stringNotified Status - Interfaces List<string>
- Internal
Status string - State string
- Status string
- Data
Plane stringNotified Status - Interfaces []string
- Internal
Status string - State string
- Status string
- data
Plane StringNotified Status - interfaces List<String>
- internal
Status String - state String
- status String
- data
Plane stringNotified Status - interfaces string[]
- internal
Status string - state string
- status string
- data_
plane_ strnotified_ status - interfaces Sequence[str]
- internal_
status str - state str
- status str
- data
Plane StringNotified Status - interfaces List<String>
- internal
Status String - state String
- status String
GetGatewayStatsDeviceGatewayStatClusterConfigRedundancyGroupInformation
- Id int
- Monitoring
Failure string - Threshold int
- Id int
- Monitoring
Failure string - Threshold int
- id Integer
- monitoring
Failure String - threshold Integer
- id number
- monitoring
Failure string - threshold number
- id int
- monitoring_
failure str - threshold int
- id Number
- monitoring
Failure String - threshold Number
GetGatewayStatsDeviceGatewayStatClusterStat
- State string
- State string
- state String
- state string
- state str
- state String
GetGatewayStatsDeviceGatewayStatCpu2Stat
- Idle double
- Percentage of CPU time that is idle
- Interrupt double
- Percentage of CPU time being used by interrupts
- Load
Avgs List<double> - Load averages for the last 1, 5, and 15 minutes
- System double
- Percentage of CPU time being used by system processes
- User double
- Percentage of CPU time being used by user processe
- Idle float64
- Percentage of CPU time that is idle
- Interrupt float64
- Percentage of CPU time being used by interrupts
- Load
Avgs []float64 - Load averages for the last 1, 5, and 15 minutes
- System float64
- Percentage of CPU time being used by system processes
- User float64
- Percentage of CPU time being used by user processe
- idle Double
- Percentage of CPU time that is idle
- interrupt Double
- Percentage of CPU time being used by interrupts
- load
Avgs List<Double> - Load averages for the last 1, 5, and 15 minutes
- system Double
- Percentage of CPU time being used by system processes
- user Double
- Percentage of CPU time being used by user processe
- idle number
- Percentage of CPU time that is idle
- interrupt number
- Percentage of CPU time being used by interrupts
- load
Avgs number[] - Load averages for the last 1, 5, and 15 minutes
- system number
- Percentage of CPU time being used by system processes
- user number
- Percentage of CPU time being used by user processe
- idle float
- Percentage of CPU time that is idle
- interrupt float
- Percentage of CPU time being used by interrupts
- load_
avgs Sequence[float] - Load averages for the last 1, 5, and 15 minutes
- system float
- Percentage of CPU time being used by system processes
- user float
- Percentage of CPU time being used by user processe
- idle Number
- Percentage of CPU time that is idle
- interrupt Number
- Percentage of CPU time being used by interrupts
- load
Avgs List<Number> - Load averages for the last 1, 5, and 15 minutes
- system Number
- Percentage of CPU time being used by system processes
- user Number
- Percentage of CPU time being used by user processe
GetGatewayStatsDeviceGatewayStatCpuStat
- Idle double
- Percentage of CPU time that is idle
- Interrupt double
- Percentage of CPU time being used by interrupts
- Load
Avgs List<double> - Load averages for the last 1, 5, and 15 minutes
- System double
- Percentage of CPU time being used by system processes
- User double
- Percentage of CPU time being used by user processe
- Idle float64
- Percentage of CPU time that is idle
- Interrupt float64
- Percentage of CPU time being used by interrupts
- Load
Avgs []float64 - Load averages for the last 1, 5, and 15 minutes
- System float64
- Percentage of CPU time being used by system processes
- User float64
- Percentage of CPU time being used by user processe
- idle Double
- Percentage of CPU time that is idle
- interrupt Double
- Percentage of CPU time being used by interrupts
- load
Avgs List<Double> - Load averages for the last 1, 5, and 15 minutes
- system Double
- Percentage of CPU time being used by system processes
- user Double
- Percentage of CPU time being used by user processe
- idle number
- Percentage of CPU time that is idle
- interrupt number
- Percentage of CPU time being used by interrupts
- load
Avgs number[] - Load averages for the last 1, 5, and 15 minutes
- system number
- Percentage of CPU time being used by system processes
- user number
- Percentage of CPU time being used by user processe
- idle float
- Percentage of CPU time that is idle
- interrupt float
- Percentage of CPU time being used by interrupts
- load_
avgs Sequence[float] - Load averages for the last 1, 5, and 15 minutes
- system float
- Percentage of CPU time being used by system processes
- user float
- Percentage of CPU time being used by user processe
- idle Number
- Percentage of CPU time that is idle
- interrupt Number
- Percentage of CPU time being used by interrupts
- load
Avgs List<Number> - Load averages for the last 1, 5, and 15 minutes
- system Number
- Percentage of CPU time being used by system processes
- user Number
- Percentage of CPU time being used by user processe
GetGatewayStatsDeviceGatewayStatDhcpd2Stat
- num_
ips int - num_
leased int
GetGatewayStatsDeviceGatewayStatDhcpdStat
- num_
ips int - num_
leased int
GetGatewayStatsDeviceGatewayStatFwupdate
- progress int
- status str
- status_
id int - timestamp float
- will_
retry bool
GetGatewayStatsDeviceGatewayStatIf2Stat
- Address
Mode string - Ips List<string>
- Nat
Addresses List<string> - Network
Name string - Port
Id string - Port
Usage string - Redundancy
State string - Rx
Bytes int - Rx
Pkts int - Servp
Info Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat If2Stat Servp Info - Tx
Bytes int - Tx
Pkts int - Up bool
- Vlan int
- Wan
Name string - Wan
Type string
- Address
Mode string - Ips []string
- Nat
Addresses []string - Network
Name string - Port
Id string - Port
Usage string - Redundancy
State string - Rx
Bytes int - Rx
Pkts int - Servp
Info GetGateway Stats Device Gateway Stat If2Stat Servp Info - Tx
Bytes int - Tx
Pkts int - Up bool
- Vlan int
- Wan
Name string - Wan
Type string
- address
Mode String - ips List<String>
- nat
Addresses List<String> - network
Name String - port
Id String - port
Usage String - redundancy
State String - rx
Bytes Integer - rx
Pkts Integer - servp
Info GetGateway Stats Device Gateway Stat If2Stat Servp Info - tx
Bytes Integer - tx
Pkts Integer - up Boolean
- vlan Integer
- wan
Name String - wan
Type String
- address
Mode string - ips string[]
- nat
Addresses string[] - network
Name string - port
Id string - port
Usage string - redundancy
State string - rx
Bytes number - rx
Pkts number - servp
Info GetGateway Stats Device Gateway Stat If2Stat Servp Info - tx
Bytes number - tx
Pkts number - up boolean
- vlan number
- wan
Name string - wan
Type string
- address_
mode str - ips Sequence[str]
- nat_
addresses Sequence[str] - network_
name str - port_
id str - port_
usage str - redundancy_
state str - rx_
bytes int - rx_
pkts int - servp_
info GetGateway Stats Device Gateway Stat If2Stat Servp Info - tx_
bytes int - tx_
pkts int - up bool
- vlan int
- wan_
name str - wan_
type str
- address
Mode String - ips List<String>
- nat
Addresses List<String> - network
Name String - port
Id String - port
Usage String - redundancy
State String - rx
Bytes Number - rx
Pkts Number - servp
Info Property Map - tx
Bytes Number - tx
Pkts Number - up Boolean
- vlan Number
- wan
Name String - wan
Type String
GetGatewayStatsDeviceGatewayStatIf2StatServpInfo
- Asn string
- City string
- Country
Code string - Latitude double
- Longitude double
- Org string
- Region
Code string
- Asn string
- City string
- Country
Code string - Latitude float64
- Longitude float64
- Org string
- Region
Code string
- asn String
- city String
- country
Code String - latitude Double
- longitude Double
- org String
- region
Code String
- asn string
- city string
- country
Code string - latitude number
- longitude number
- org string
- region
Code string
- asn str
- city str
- country_
code str - latitude float
- longitude float
- org str
- region_
code str
- asn String
- city String
- country
Code String - latitude Number
- longitude Number
- org String
- region
Code String
GetGatewayStatsDeviceGatewayStatIfStat
- Address
Mode string - Ips List<string>
- Nat
Addresses List<string> - Network
Name string - Port
Id string - Port
Usage string - Redundancy
State string - Rx
Bytes int - Rx
Pkts int - Servp
Info Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat If Stat Servp Info - Tx
Bytes int - Tx
Pkts int - Up bool
- Vlan int
- Wan
Name string - Wan
Type string
- Address
Mode string - Ips []string
- Nat
Addresses []string - Network
Name string - Port
Id string - Port
Usage string - Redundancy
State string - Rx
Bytes int - Rx
Pkts int - Servp
Info GetGateway Stats Device Gateway Stat If Stat Servp Info - Tx
Bytes int - Tx
Pkts int - Up bool
- Vlan int
- Wan
Name string - Wan
Type string
- address
Mode String - ips List<String>
- nat
Addresses List<String> - network
Name String - port
Id String - port
Usage String - redundancy
State String - rx
Bytes Integer - rx
Pkts Integer - servp
Info GetGateway Stats Device Gateway Stat If Stat Servp Info - tx
Bytes Integer - tx
Pkts Integer - up Boolean
- vlan Integer
- wan
Name String - wan
Type String
- address
Mode string - ips string[]
- nat
Addresses string[] - network
Name string - port
Id string - port
Usage string - redundancy
State string - rx
Bytes number - rx
Pkts number - servp
Info GetGateway Stats Device Gateway Stat If Stat Servp Info - tx
Bytes number - tx
Pkts number - up boolean
- vlan number
- wan
Name string - wan
Type string
- address_
mode str - ips Sequence[str]
- nat_
addresses Sequence[str] - network_
name str - port_
id str - port_
usage str - redundancy_
state str - rx_
bytes int - rx_
pkts int - servp_
info GetGateway Stats Device Gateway Stat If Stat Servp Info - tx_
bytes int - tx_
pkts int - up bool
- vlan int
- wan_
name str - wan_
type str
- address
Mode String - ips List<String>
- nat
Addresses List<String> - network
Name String - port
Id String - port
Usage String - redundancy
State String - rx
Bytes Number - rx
Pkts Number - servp
Info Property Map - tx
Bytes Number - tx
Pkts Number - up Boolean
- vlan Number
- wan
Name String - wan
Type String
GetGatewayStatsDeviceGatewayStatIfStatServpInfo
- Asn string
- City string
- Country
Code string - Latitude double
- Longitude double
- Org string
- Region
Code string
- Asn string
- City string
- Country
Code string - Latitude float64
- Longitude float64
- Org string
- Region
Code string
- asn String
- city String
- country
Code String - latitude Double
- longitude Double
- org String
- region
Code String
- asn string
- city string
- country
Code string - latitude number
- longitude number
- org string
- region
Code string
- asn str
- city str
- country_
code str - latitude float
- longitude float
- org str
- region_
code str
- asn String
- city String
- country
Code String - latitude Number
- longitude Number
- org String
- region
Code String
GetGatewayStatsDeviceGatewayStatIp2Stat
- Dhcp
Server string - Dns List<string>
- Dns
Suffixes List<string> - Gateway string
- Gateway6 string
- Ip string
- Ip6 string
- Ips Dictionary<string, string>
- Netmask string
- Netmask6 string
- Dhcp
Server string - Dns []string
- Dns
Suffixes []string - Gateway string
- Gateway6 string
- Ip string
- Ip6 string
- Ips map[string]string
- Netmask string
- Netmask6 string
- dhcp
Server String - dns List<String>
- dns
Suffixes List<String> - gateway String
- gateway6 String
- ip String
- ip6 String
- ips Map<String,String>
- netmask String
- netmask6 String
- dhcp
Server string - dns string[]
- dns
Suffixes string[] - gateway string
- gateway6 string
- ip string
- ip6 string
- ips {[key: string]: string}
- netmask string
- netmask6 string
- dhcp_
server str - dns Sequence[str]
- dns_
suffixes Sequence[str] - gateway str
- gateway6 str
- ip str
- ip6 str
- ips Mapping[str, str]
- netmask str
- netmask6 str
- dhcp
Server String - dns List<String>
- dns
Suffixes List<String> - gateway String
- gateway6 String
- ip String
- ip6 String
- ips Map<String>
- netmask String
- netmask6 String
GetGatewayStatsDeviceGatewayStatIpStat
- Dhcp
Server string - Dns List<string>
- Dns
Suffixes List<string> - Gateway string
- Gateway6 string
- Ip string
- Ip6 string
- Ips Dictionary<string, string>
- Netmask string
- Netmask6 string
- Dhcp
Server string - Dns []string
- Dns
Suffixes []string - Gateway string
- Gateway6 string
- Ip string
- Ip6 string
- Ips map[string]string
- Netmask string
- Netmask6 string
- dhcp
Server String - dns List<String>
- dns
Suffixes List<String> - gateway String
- gateway6 String
- ip String
- ip6 String
- ips Map<String,String>
- netmask String
- netmask6 String
- dhcp
Server string - dns string[]
- dns
Suffixes string[] - gateway string
- gateway6 string
- ip string
- ip6 string
- ips {[key: string]: string}
- netmask string
- netmask6 string
- dhcp_
server str - dns Sequence[str]
- dns_
suffixes Sequence[str] - gateway str
- gateway6 str
- ip str
- ip6 str
- ips Mapping[str, str]
- netmask str
- netmask6 str
- dhcp
Server String - dns List<String>
- dns
Suffixes List<String> - gateway String
- gateway6 String
- ip String
- ip6 String
- ips Map<String>
- netmask String
- netmask6 String
GetGatewayStatsDeviceGatewayStatMemory2Stat
- Usage double
- Usage float64
- usage Double
- usage number
- usage float
- usage Number
GetGatewayStatsDeviceGatewayStatMemoryStat
- Usage double
- Usage float64
- usage Double
- usage number
- usage float
- usage Number
GetGatewayStatsDeviceGatewayStatModule2Stat
- Backup
Version string - Bios
Version string - Cpld
Version string - Errors
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Error> - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - Fans
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Fan> - Fpga
Version string - Last
Seen double - Model string
- Optics
Cpld stringVersion - Pending
Version string - Pics
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Pic> - Poe
Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Poe - Poe
Version string - Power
Cpld stringVersion - Psuses
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Psus> - Re
Fpga stringVersion - Recovery
Version string - Serial string
- Status string
- Temperatures
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Temperature> - Tmc
Fpga stringVersion - Uboot
Version string - Uptime int
- Vc
Links List<Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module2Stat Vc Link> - Vc
Mode string - Vc
Role string - master / backup / linecard
- Vc
State string - Version string
- Backup
Version string - Bios
Version string - Cpld
Version string - Errors
[]Get
Gateway Stats Device Gateway Stat Module2Stat Error - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - Fans
[]Get
Gateway Stats Device Gateway Stat Module2Stat Fan - Fpga
Version string - Last
Seen float64 - Model string
- Optics
Cpld stringVersion - Pending
Version string - Pics
[]Get
Gateway Stats Device Gateway Stat Module2Stat Pic - Poe
Get
Gateway Stats Device Gateway Stat Module2Stat Poe - Poe
Version string - Power
Cpld stringVersion - Psuses
[]Get
Gateway Stats Device Gateway Stat Module2Stat Psus - Re
Fpga stringVersion - Recovery
Version string - Serial string
- Status string
- Temperatures
[]Get
Gateway Stats Device Gateway Stat Module2Stat Temperature - Tmc
Fpga stringVersion - Uboot
Version string - Uptime int
- Vc
Links []GetGateway Stats Device Gateway Stat Module2Stat Vc Link - Vc
Mode string - Vc
Role string - master / backup / linecard
- Vc
State string - Version string
- backup
Version String - bios
Version String - cpld
Version String - errors
List<Get
Gateway Stats Device Gateway Stat Module2Stat Error> - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans
List<Get
Gateway Stats Device Gateway Stat Module2Stat Fan> - fpga
Version String - last
Seen Double - model String
- optics
Cpld StringVersion - pending
Version String - pics
List<Get
Gateway Stats Device Gateway Stat Module2Stat Pic> - poe
Get
Gateway Stats Device Gateway Stat Module2Stat Poe - poe
Version String - power
Cpld StringVersion - psuses
List<Get
Gateway Stats Device Gateway Stat Module2Stat Psus> - re
Fpga StringVersion - recovery
Version String - serial String
- status String
- temperatures
List<Get
Gateway Stats Device Gateway Stat Module2Stat Temperature> - tmc
Fpga StringVersion - uboot
Version String - uptime Integer
- vc
Links List<GetGateway Stats Device Gateway Stat Module2Stat Vc Link> - vc
Mode String - vc
Role String - master / backup / linecard
- vc
State String - version String
- backup
Version string - bios
Version string - cpld
Version string - errors
Get
Gateway Stats Device Gateway Stat Module2Stat Error[] - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans
Get
Gateway Stats Device Gateway Stat Module2Stat Fan[] - fpga
Version string - last
Seen number - model string
- optics
Cpld stringVersion - pending
Version string - pics
Get
Gateway Stats Device Gateway Stat Module2Stat Pic[] - poe
Get
Gateway Stats Device Gateway Stat Module2Stat Poe - poe
Version string - power
Cpld stringVersion - psuses
Get
Gateway Stats Device Gateway Stat Module2Stat Psus[] - re
Fpga stringVersion - recovery
Version string - serial string
- status string
- temperatures
Get
Gateway Stats Device Gateway Stat Module2Stat Temperature[] - tmc
Fpga stringVersion - uboot
Version string - uptime number
- vc
Links GetGateway Stats Device Gateway Stat Module2Stat Vc Link[] - vc
Mode string - vc
Role string - master / backup / linecard
- vc
State string - version string
- backup_
version str - bios_
version str - cpld_
version str - errors
Sequence[Get
Gateway Stats Device Gateway Stat Module2Stat Error] - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans
Sequence[Get
Gateway Stats Device Gateway Stat Module2Stat Fan] - fpga_
version str - last_
seen float - model str
- optics_
cpld_ strversion - pending_
version str - pics
Sequence[Get
Gateway Stats Device Gateway Stat Module2Stat Pic] - poe
Get
Gateway Stats Device Gateway Stat Module2Stat Poe - poe_
version str - power_
cpld_ strversion - psuses
Sequence[Get
Gateway Stats Device Gateway Stat Module2Stat Psus] - re_
fpga_ strversion - recovery_
version str - serial str
- status str
- temperatures
Sequence[Get
Gateway Stats Device Gateway Stat Module2Stat Temperature] - tmc_
fpga_ strversion - uboot_
version str - uptime int
- vc_
links Sequence[GetGateway Stats Device Gateway Stat Module2Stat Vc Link] - vc_
mode str - vc_
role str - master / backup / linecard
- vc_
state str - version str
- backup
Version String - bios
Version String - cpld
Version String - errors List<Property Map>
- used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans List<Property Map>
- fpga
Version String - last
Seen Number - model String
- optics
Cpld StringVersion - pending
Version String - pics List<Property Map>
- poe Property Map
- poe
Version String - power
Cpld StringVersion - psuses List<Property Map>
- re
Fpga StringVersion - recovery
Version String - serial String
- status String
- temperatures List<Property Map>
- tmc
Fpga StringVersion - uboot
Version String - uptime Number
- vc
Links List<Property Map> - vc
Mode String - vc
Role String - master / backup / linecard
- vc
State String - version String
GetGatewayStatsDeviceGatewayStatModule2StatError
- Feature string
- Minimum
Version string - Reason string
- Since int
- Type string
- Feature string
- Minimum
Version string - Reason string
- Since int
- Type string
- feature String
- minimum
Version String - reason String
- since Integer
- type String
- feature string
- minimum
Version string - reason string
- since number
- type string
- feature str
- minimum_
version str - reason str
- since int
- type str
- feature String
- minimum
Version String - reason String
- since Number
- type String
GetGatewayStatsDeviceGatewayStatModule2StatFan
GetGatewayStatsDeviceGatewayStatModule2StatPic
- index Number
- model
Number String - port
Groups List<Property Map>
GetGatewayStatsDeviceGatewayStatModule2StatPicPortGroup
GetGatewayStatsDeviceGatewayStatModule2StatPoe
- max_
power float - power_
draw float
GetGatewayStatsDeviceGatewayStatModule2StatPsus
GetGatewayStatsDeviceGatewayStatModule2StatTemperature
GetGatewayStatsDeviceGatewayStatModule2StatVcLink
- Neighbor
Module intIdx - Neighbor
Port stringId - Port
Id string
- Neighbor
Module intIdx - Neighbor
Port stringId - Port
Id string
- neighbor
Module IntegerIdx - neighbor
Port StringId - port
Id String
- neighbor
Module numberIdx - neighbor
Port stringId - port
Id string
- neighbor_
module_ intidx - neighbor_
port_ strid - port_
id str
- neighbor
Module NumberIdx - neighbor
Port StringId - port
Id String
GetGatewayStatsDeviceGatewayStatModuleStat
- Backup
Version string - Bios
Version string - Cpld
Version string - Errors
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Error> - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - Fans
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Fan> - Fpga
Version string - Last
Seen double - Model string
- Optics
Cpld stringVersion - Pending
Version string - Pics
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Pic> - Poe
Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Poe - Poe
Version string - Power
Cpld stringVersion - Psuses
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Psus> - Re
Fpga stringVersion - Recovery
Version string - Serial string
- Status string
- Temperatures
List<Pulumi.
Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Temperature> - Tmc
Fpga stringVersion - Uboot
Version string - Uptime int
- Vc
Links List<Pulumi.Juniper Mist. Device. Inputs. Get Gateway Stats Device Gateway Stat Module Stat Vc Link> - Vc
Mode string - Vc
Role string - master / backup / linecard
- Vc
State string - Version string
- Backup
Version string - Bios
Version string - Cpld
Version string - Errors
[]Get
Gateway Stats Device Gateway Stat Module Stat Error - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - Fans
[]Get
Gateway Stats Device Gateway Stat Module Stat Fan - Fpga
Version string - Last
Seen float64 - Model string
- Optics
Cpld stringVersion - Pending
Version string - Pics
[]Get
Gateway Stats Device Gateway Stat Module Stat Pic - Poe
Get
Gateway Stats Device Gateway Stat Module Stat Poe - Poe
Version string - Power
Cpld stringVersion - Psuses
[]Get
Gateway Stats Device Gateway Stat Module Stat Psus - Re
Fpga stringVersion - Recovery
Version string - Serial string
- Status string
- Temperatures
[]Get
Gateway Stats Device Gateway Stat Module Stat Temperature - Tmc
Fpga stringVersion - Uboot
Version string - Uptime int
- Vc
Links []GetGateway Stats Device Gateway Stat Module Stat Vc Link - Vc
Mode string - Vc
Role string - master / backup / linecard
- Vc
State string - Version string
- backup
Version String - bios
Version String - cpld
Version String - errors
List<Get
Gateway Stats Device Gateway Stat Module Stat Error> - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans
List<Get
Gateway Stats Device Gateway Stat Module Stat Fan> - fpga
Version String - last
Seen Double - model String
- optics
Cpld StringVersion - pending
Version String - pics
List<Get
Gateway Stats Device Gateway Stat Module Stat Pic> - poe
Get
Gateway Stats Device Gateway Stat Module Stat Poe - poe
Version String - power
Cpld StringVersion - psuses
List<Get
Gateway Stats Device Gateway Stat Module Stat Psus> - re
Fpga StringVersion - recovery
Version String - serial String
- status String
- temperatures
List<Get
Gateway Stats Device Gateway Stat Module Stat Temperature> - tmc
Fpga StringVersion - uboot
Version String - uptime Integer
- vc
Links List<GetGateway Stats Device Gateway Stat Module Stat Vc Link> - vc
Mode String - vc
Role String - master / backup / linecard
- vc
State String - version String
- backup
Version string - bios
Version string - cpld
Version string - errors
Get
Gateway Stats Device Gateway Stat Module Stat Error[] - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans
Get
Gateway Stats Device Gateway Stat Module Stat Fan[] - fpga
Version string - last
Seen number - model string
- optics
Cpld stringVersion - pending
Version string - pics
Get
Gateway Stats Device Gateway Stat Module Stat Pic[] - poe
Get
Gateway Stats Device Gateway Stat Module Stat Poe - poe
Version string - power
Cpld stringVersion - psuses
Get
Gateway Stats Device Gateway Stat Module Stat Psus[] - re
Fpga stringVersion - recovery
Version string - serial string
- status string
- temperatures
Get
Gateway Stats Device Gateway Stat Module Stat Temperature[] - tmc
Fpga stringVersion - uboot
Version string - uptime number
- vc
Links GetGateway Stats Device Gateway Stat Module Stat Vc Link[] - vc
Mode string - vc
Role string - master / backup / linecard
- vc
State string - version string
- backup_
version str - bios_
version str - cpld_
version str - errors
Sequence[Get
Gateway Stats Device Gateway Stat Module Stat Error] - used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans
Sequence[Get
Gateway Stats Device Gateway Stat Module Stat Fan] - fpga_
version str - last_
seen float - model str
- optics_
cpld_ strversion - pending_
version str - pics
Sequence[Get
Gateway Stats Device Gateway Stat Module Stat Pic] - poe
Get
Gateway Stats Device Gateway Stat Module Stat Poe - poe_
version str - power_
cpld_ strversion - psuses
Sequence[Get
Gateway Stats Device Gateway Stat Module Stat Psus] - re_
fpga_ strversion - recovery_
version str - serial str
- status str
- temperatures
Sequence[Get
Gateway Stats Device Gateway Stat Module Stat Temperature] - tmc_
fpga_ strversion - uboot_
version str - uptime int
- vc_
links Sequence[GetGateway Stats Device Gateway Stat Module Stat Vc Link] - vc_
mode str - vc_
role str - master / backup / linecard
- vc_
state str - version str
- backup
Version String - bios
Version String - cpld
Version String - errors List<Property Map>
- used to report all error states the device node is running into.
An error should always have
type
andsince
fields, and could have some other fields specific to that type. - fans List<Property Map>
- fpga
Version String - last
Seen Number - model String
- optics
Cpld StringVersion - pending
Version String - pics List<Property Map>
- poe Property Map
- poe
Version String - power
Cpld StringVersion - psuses List<Property Map>
- re
Fpga StringVersion - recovery
Version String - serial String
- status String
- temperatures List<Property Map>
- tmc
Fpga StringVersion - uboot
Version String - uptime Number
- vc
Links List<Property Map> - vc
Mode String - vc
Role String - master / backup / linecard
- vc
State String - version String
GetGatewayStatsDeviceGatewayStatModuleStatError
- Feature string
- Minimum
Version string - Reason string
- Since int
- Type string
- Feature string
- Minimum
Version string - Reason string
- Since int
- Type string
- feature String
- minimum
Version String - reason String
- since Integer
- type String
- feature string
- minimum
Version string - reason string
- since number
- type string
- feature str
- minimum_
version str - reason str
- since int
- type str
- feature String
- minimum
Version String - reason String
- since Number
- type String
GetGatewayStatsDeviceGatewayStatModuleStatFan
GetGatewayStatsDeviceGatewayStatModuleStatPic
- index Number
- model
Number String - port
Groups List<Property Map>
GetGatewayStatsDeviceGatewayStatModuleStatPicPortGroup
GetGatewayStatsDeviceGatewayStatModuleStatPoe
- max_
power float - power_
draw float
GetGatewayStatsDeviceGatewayStatModuleStatPsus
GetGatewayStatsDeviceGatewayStatModuleStatTemperature
GetGatewayStatsDeviceGatewayStatModuleStatVcLink
- Neighbor
Module intIdx - Neighbor
Port stringId - Port
Id string
- Neighbor
Module intIdx - Neighbor
Port stringId - Port
Id string
- neighbor
Module IntegerIdx - neighbor
Port StringId - port
Id String
- neighbor
Module numberIdx - neighbor
Port stringId - port
Id string
- neighbor_
module_ intidx - neighbor_
port_ strid - port_
id str
- neighbor
Module NumberIdx - neighbor
Port StringId - port
Id String
GetGatewayStatsDeviceGatewayStatRouteSummaryStats
- Fib
Routes int - Max
Unicast intRoutes Supported - Rib
Routes int - Total
Routes int
- Fib
Routes int - Max
Unicast intRoutes Supported - Rib
Routes int - Total
Routes int
- fib
Routes Integer - max
Unicast IntegerRoutes Supported - rib
Routes Integer - total
Routes Integer
- fib
Routes number - max
Unicast numberRoutes Supported - rib
Routes number - total
Routes number
- fib_
routes int - max_
unicast_ introutes_ supported - rib_
routes int - total_
routes int
- fib
Routes Number - max
Unicast NumberRoutes Supported - rib
Routes Number - total
Routes Number
GetGatewayStatsDeviceGatewayStatService2Stat
- Ash
Version string - Cia
Version string - Ember
Version string - Ipsec
Client stringVersion - Mist
Agent stringVersion - Package
Version string - Testing
Tools stringVersion - Wheeljack
Version string
- Ash
Version string - Cia
Version string - Ember
Version string - Ipsec
Client stringVersion - Mist
Agent stringVersion - Package
Version string - Testing
Tools stringVersion - Wheeljack
Version string
- ash
Version String - cia
Version String - ember
Version String - ipsec
Client StringVersion - mist
Agent StringVersion - package
Version String - testing
Tools StringVersion - wheeljack
Version String
- ash
Version string - cia
Version string - ember
Version string - ipsec
Client stringVersion - mist
Agent stringVersion - package
Version string - testing
Tools stringVersion - wheeljack
Version string
- ash_
version str - cia_
version str - ember_
version str - ipsec_
client_ strversion - mist_
agent_ strversion - package_
version str - testing_
tools_ strversion - wheeljack_
version str
- ash
Version String - cia
Version String - ember
Version String - ipsec
Client StringVersion - mist
Agent StringVersion - package
Version String - testing
Tools StringVersion - wheeljack
Version String
GetGatewayStatsDeviceGatewayStatServiceStat
- Ash
Version string - Cia
Version string - Ember
Version string - Ipsec
Client stringVersion - Mist
Agent stringVersion - Package
Version string - Testing
Tools stringVersion - Wheeljack
Version string
- Ash
Version string - Cia
Version string - Ember
Version string - Ipsec
Client stringVersion - Mist
Agent stringVersion - Package
Version string - Testing
Tools stringVersion - Wheeljack
Version string
- ash
Version String - cia
Version String - ember
Version String - ipsec
Client StringVersion - mist
Agent StringVersion - package
Version String - testing
Tools StringVersion - wheeljack
Version String
- ash
Version string - cia
Version string - ember
Version string - ipsec
Client stringVersion - mist
Agent stringVersion - package
Version string - testing
Tools stringVersion - wheeljack
Version string
- ash_
version str - cia_
version str - ember_
version str - ipsec_
client_ strversion - mist_
agent_ strversion - package_
version str - testing_
tools_ strversion - wheeljack_
version str
- ash
Version String - cia
Version String - ember
Version String - ipsec
Client StringVersion - mist
Agent StringVersion - package
Version String - testing
Tools StringVersion - wheeljack
Version String
GetGatewayStatsDeviceGatewayStatServiceStatus
- Appid
Install stringResult - Appid
Install stringTimestamp - Appid
Status string - Appid
Version int - Ewf
Status string - Idp
Install stringResult - Idp
Install stringTimestamp - Idp
Policy string - Idp
Status string - Idp
Update stringTimestamp
- Appid
Install stringResult - Appid
Install stringTimestamp - Appid
Status string - Appid
Version int - Ewf
Status string - Idp
Install stringResult - Idp
Install stringTimestamp - Idp
Policy string - Idp
Status string - Idp
Update stringTimestamp
- appid
Install StringResult - appid
Install StringTimestamp - appid
Status String - appid
Version Integer - ewf
Status String - idp
Install StringResult - idp
Install StringTimestamp - idp
Policy String - idp
Status String - idp
Update StringTimestamp
- appid
Install stringResult - appid
Install stringTimestamp - appid
Status string - appid
Version number - ewf
Status string - idp
Install stringResult - idp
Install stringTimestamp - idp
Policy string - idp
Status string - idp
Update stringTimestamp
- appid_
install_ strresult - appid_
install_ strtimestamp - appid_
status str - appid_
version int - ewf_
status str - idp_
install_ strresult - idp_
install_ strtimestamp - idp_
policy str - idp_
status str - idp_
update_ strtimestamp
- appid
Install StringResult - appid
Install StringTimestamp - appid
Status String - appid
Version Number - ewf
Status String - idp
Install StringResult - idp
Install StringTimestamp - idp
Policy String - idp
Status String - idp
Update StringTimestamp
GetGatewayStatsDeviceGatewayStatSpu2Stat
- Spu
Cpu int - Spu
Current intSession - Spu
Max intSession - Spu
Memory int - Spu
Pending intSession - Spu
Valid intSession
- Spu
Cpu int - Spu
Current intSession - Spu
Max intSession - Spu
Memory int - Spu
Pending intSession - Spu
Valid intSession
- spu
Cpu Integer - spu
Current IntegerSession - spu
Max IntegerSession - spu
Memory Integer - spu
Pending IntegerSession - spu
Valid IntegerSession
- spu
Cpu number - spu
Current numberSession - spu
Max numberSession - spu
Memory number - spu
Pending numberSession - spu
Valid numberSession
- spu_
cpu int - spu_
current_ intsession - spu_
max_ intsession - spu_
memory int - spu_
pending_ intsession - spu_
valid_ intsession
- spu
Cpu Number - spu
Current NumberSession - spu
Max NumberSession - spu
Memory Number - spu
Pending NumberSession - spu
Valid NumberSession
GetGatewayStatsDeviceGatewayStatSpuStat
- Spu
Cpu int - Spu
Current intSession - Spu
Max intSession - Spu
Memory int - Spu
Pending intSession - Spu
Valid intSession
- Spu
Cpu int - Spu
Current intSession - Spu
Max intSession - Spu
Memory int - Spu
Pending intSession - Spu
Valid intSession
- spu
Cpu Integer - spu
Current IntegerSession - spu
Max IntegerSession - spu
Memory Integer - spu
Pending IntegerSession - spu
Valid IntegerSession
- spu
Cpu number - spu
Current numberSession - spu
Max numberSession - spu
Memory number - spu
Pending numberSession - spu
Valid numberSession
- spu_
cpu int - spu_
current_ intsession - spu_
max_ intsession - spu_
memory int - spu_
pending_ intsession - spu_
valid_ intsession
- spu
Cpu Number - spu
Current NumberSession - spu
Max NumberSession - spu
Memory Number - spu
Pending NumberSession - spu
Valid NumberSession
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mist
Terraform Provider.