Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.organizations.getUplinksStatuses
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.organizations.getUplinksStatuses({
endingBefore: "string",
iccids: ["string"],
networkIds: ["string"],
organizationId: "string",
perPage: 1,
serials: ["string"],
startingAfter: "string",
});
export const merakiOrganizationsUplinksStatusesExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.organizations.get_uplinks_statuses(ending_before="string",
iccids=["string"],
network_ids=["string"],
organization_id="string",
per_page=1,
serials=["string"],
starting_after="string")
pulumi.export("merakiOrganizationsUplinksStatusesExample", example.items)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/organizations"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := organizations.GetUplinksStatuses(ctx, &organizations.GetUplinksStatusesArgs{
EndingBefore: pulumi.StringRef("string"),
Iccids: []string{
"string",
},
NetworkIds: []string{
"string",
},
OrganizationId: "string",
PerPage: pulumi.IntRef(1),
Serials: []string{
"string",
},
StartingAfter: pulumi.StringRef("string"),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiOrganizationsUplinksStatusesExample", example.Items)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Organizations.GetUplinksStatuses.Invoke(new()
{
EndingBefore = "string",
Iccids = new[]
{
"string",
},
NetworkIds = new[]
{
"string",
},
OrganizationId = "string",
PerPage = 1,
Serials = new[]
{
"string",
},
StartingAfter = "string",
});
return new Dictionary<string, object?>
{
["merakiOrganizationsUplinksStatusesExample"] = example.Apply(getUplinksStatusesResult => getUplinksStatusesResult.Items),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.organizations.OrganizationsFunctions;
import com.pulumi.meraki.organizations.inputs.GetUplinksStatusesArgs;
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 = OrganizationsFunctions.getUplinksStatuses(GetUplinksStatusesArgs.builder()
.endingBefore("string")
.iccids("string")
.networkIds("string")
.organizationId("string")
.perPage(1)
.serials("string")
.startingAfter("string")
.build());
ctx.export("merakiOrganizationsUplinksStatusesExample", example.applyValue(getUplinksStatusesResult -> getUplinksStatusesResult.items()));
}
}
variables:
example:
fn::invoke:
Function: meraki:organizations:getUplinksStatuses
Arguments:
endingBefore: string
iccids:
- string
networkIds:
- string
organizationId: string
perPage: 1
serials:
- string
startingAfter: string
outputs:
merakiOrganizationsUplinksStatusesExample: ${example.items}
Using getUplinksStatuses
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 getUplinksStatuses(args: GetUplinksStatusesArgs, opts?: InvokeOptions): Promise<GetUplinksStatusesResult>
function getUplinksStatusesOutput(args: GetUplinksStatusesOutputArgs, opts?: InvokeOptions): Output<GetUplinksStatusesResult>
def get_uplinks_statuses(ending_before: Optional[str] = None,
iccids: Optional[Sequence[str]] = None,
network_ids: Optional[Sequence[str]] = None,
organization_id: Optional[str] = None,
per_page: Optional[int] = None,
serials: Optional[Sequence[str]] = None,
starting_after: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUplinksStatusesResult
def get_uplinks_statuses_output(ending_before: Optional[pulumi.Input[str]] = None,
iccids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
network_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
per_page: Optional[pulumi.Input[int]] = None,
serials: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
starting_after: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUplinksStatusesResult]
func GetUplinksStatuses(ctx *Context, args *GetUplinksStatusesArgs, opts ...InvokeOption) (*GetUplinksStatusesResult, error)
func GetUplinksStatusesOutput(ctx *Context, args *GetUplinksStatusesOutputArgs, opts ...InvokeOption) GetUplinksStatusesResultOutput
> Note: This function is named GetUplinksStatuses
in the Go SDK.
public static class GetUplinksStatuses
{
public static Task<GetUplinksStatusesResult> InvokeAsync(GetUplinksStatusesArgs args, InvokeOptions? opts = null)
public static Output<GetUplinksStatusesResult> Invoke(GetUplinksStatusesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUplinksStatusesResult> getUplinksStatuses(GetUplinksStatusesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:organizations/getUplinksStatuses:getUplinksStatuses
arguments:
# arguments dictionary
The following arguments are supported:
- Organization
Id string - organizationId path parameter. Organization ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Iccids List<string>
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- Network
Ids List<string> - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Serials List<string>
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Organization
Id string - organizationId path parameter. Organization ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Iccids []string
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- Network
Ids []string - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Serials []string
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- organization
Id String - organizationId path parameter. Organization ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids List<String>
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network
Ids List<String> - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per
Page Integer - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials List<String>
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- organization
Id string - organizationId path parameter. Organization ID
- ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids string[]
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network
Ids string[] - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per
Page number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials string[]
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- organization_
id str - organizationId path parameter. Organization ID
- ending_
before str - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids Sequence[str]
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network_
ids Sequence[str] - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per_
page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials Sequence[str]
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting_
after str - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- organization
Id String - organizationId path parameter. Organization ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids List<String>
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network
Ids List<String> - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per
Page Number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials List<String>
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
getUplinksStatuses Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Uplinks Statuses Item> - Array of ResponseOrganizationsGetOrganizationUplinksStatuses
- Organization
Id string - organizationId path parameter. Organization ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Iccids List<string>
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- Network
Ids List<string> - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Serials List<string>
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Uplinks Statuses Item - Array of ResponseOrganizationsGetOrganizationUplinksStatuses
- Organization
Id string - organizationId path parameter. Organization ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Iccids []string
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- Network
Ids []string - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Serials []string
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Uplinks Statuses Item> - Array of ResponseOrganizationsGetOrganizationUplinksStatuses
- organization
Id String - organizationId path parameter. Organization ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids List<String>
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network
Ids List<String> - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per
Page Integer - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials List<String>
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Uplinks Statuses Item[] - Array of ResponseOrganizationsGetOrganizationUplinksStatuses
- organization
Id string - organizationId path parameter. Organization ID
- ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids string[]
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network
Ids string[] - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per
Page number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials string[]
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Uplinks Statuses Item] - Array of ResponseOrganizationsGetOrganizationUplinksStatuses
- organization_
id str - organizationId path parameter. Organization ID
- ending_
before str - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids Sequence[str]
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network_
ids Sequence[str] - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per_
page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials Sequence[str]
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting_
after str - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- Array of ResponseOrganizationsGetOrganizationUplinksStatuses
- organization
Id String - organizationId path parameter. Organization ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- iccids List<String>
- iccids query parameter. A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs.
- network
Ids List<String> - networkIds query parameter. A list of network IDs. The returned devices will be filtered to only include these networks.
- per
Page Number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- serials List<String>
- serials query parameter. A list of serial numbers. The returned devices will be filtered to only include these serials.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
Supporting Types
GetUplinksStatusesItem
- High
Availability GetUplinks Statuses Item High Availability - Device High Availability Capabilities
- Last
Reported stringAt - Last reported time for the device
- Model string
- The uplink model
- Network
Id string - Network identifier
- Serial string
- The uplink serial
- Uplinks
List<Get
Uplinks Statuses Item Uplink> - Uplinks
- High
Availability GetUplinks Statuses Item High Availability - Device High Availability Capabilities
- Last
Reported stringAt - Last reported time for the device
- Model string
- The uplink model
- Network
Id string - Network identifier
- Serial string
- The uplink serial
- Uplinks
[]Get
Uplinks Statuses Item Uplink - Uplinks
- high
Availability GetUplinks Statuses Item High Availability - Device High Availability Capabilities
- last
Reported StringAt - Last reported time for the device
- model String
- The uplink model
- network
Id String - Network identifier
- serial String
- The uplink serial
- uplinks
List<Get
Uplinks Statuses Item Uplink> - Uplinks
- high
Availability GetUplinks Statuses Item High Availability - Device High Availability Capabilities
- last
Reported stringAt - Last reported time for the device
- model string
- The uplink model
- network
Id string - Network identifier
- serial string
- The uplink serial
- uplinks
Get
Uplinks Statuses Item Uplink[] - Uplinks
- high_
availability GetUplinks Statuses Item High Availability - Device High Availability Capabilities
- last_
reported_ strat - Last reported time for the device
- model str
- The uplink model
- network_
id str - Network identifier
- serial str
- The uplink serial
- uplinks
Sequence[Get
Uplinks Statuses Item Uplink] - Uplinks
- high
Availability Property Map - Device High Availability Capabilities
- last
Reported StringAt - Last reported time for the device
- model String
- The uplink model
- network
Id String - Network identifier
- serial String
- The uplink serial
- uplinks List<Property Map>
- Uplinks
GetUplinksStatusesItemHighAvailability
GetUplinksStatusesItemUplink
- Apn string
- Access Point Name
- Connection
Type string - Connection Type
- Dns1 string
- Primary DNS IP
- Dns2 string
- Secondary DNS IP
- Gateway string
- Gateway IP
- Iccid string
- Integrated Circuit Card Identification Number
- Interface string
- Uplink interface
- Ip string
- Uplink IP
- Ip
Assigned stringBy - The way in which the IP is assigned
- Primary
Dns string - Primary DNS IP
- Provider string
- Network Provider
- Public
Ip string - Public IP
- Secondary
Dns string - Secondary DNS IP
- Signal
Stat GetUplinks Statuses Item Uplink Signal Stat - Tower Signal Status
- Signal
Type string - Signal Type
- Status string
- Uplink status
- Apn string
- Access Point Name
- Connection
Type string - Connection Type
- Dns1 string
- Primary DNS IP
- Dns2 string
- Secondary DNS IP
- Gateway string
- Gateway IP
- Iccid string
- Integrated Circuit Card Identification Number
- Interface string
- Uplink interface
- Ip string
- Uplink IP
- Ip
Assigned stringBy - The way in which the IP is assigned
- Primary
Dns string - Primary DNS IP
- Provider string
- Network Provider
- Public
Ip string - Public IP
- Secondary
Dns string - Secondary DNS IP
- Signal
Stat GetUplinks Statuses Item Uplink Signal Stat - Tower Signal Status
- Signal
Type string - Signal Type
- Status string
- Uplink status
- apn String
- Access Point Name
- connection
Type String - Connection Type
- dns1 String
- Primary DNS IP
- dns2 String
- Secondary DNS IP
- gateway String
- Gateway IP
- iccid String
- Integrated Circuit Card Identification Number
- interface_ String
- Uplink interface
- ip String
- Uplink IP
- ip
Assigned StringBy - The way in which the IP is assigned
- primary
Dns String - Primary DNS IP
- provider String
- Network Provider
- public
Ip String - Public IP
- secondary
Dns String - Secondary DNS IP
- signal
Stat GetUplinks Statuses Item Uplink Signal Stat - Tower Signal Status
- signal
Type String - Signal Type
- status String
- Uplink status
- apn string
- Access Point Name
- connection
Type string - Connection Type
- dns1 string
- Primary DNS IP
- dns2 string
- Secondary DNS IP
- gateway string
- Gateway IP
- iccid string
- Integrated Circuit Card Identification Number
- interface string
- Uplink interface
- ip string
- Uplink IP
- ip
Assigned stringBy - The way in which the IP is assigned
- primary
Dns string - Primary DNS IP
- provider string
- Network Provider
- public
Ip string - Public IP
- secondary
Dns string - Secondary DNS IP
- signal
Stat GetUplinks Statuses Item Uplink Signal Stat - Tower Signal Status
- signal
Type string - Signal Type
- status string
- Uplink status
- apn str
- Access Point Name
- connection_
type str - Connection Type
- dns1 str
- Primary DNS IP
- dns2 str
- Secondary DNS IP
- gateway str
- Gateway IP
- iccid str
- Integrated Circuit Card Identification Number
- interface str
- Uplink interface
- ip str
- Uplink IP
- ip_
assigned_ strby - The way in which the IP is assigned
- primary_
dns str - Primary DNS IP
- provider str
- Network Provider
- public_
ip str - Public IP
- secondary_
dns str - Secondary DNS IP
- signal_
stat GetUplinks Statuses Item Uplink Signal Stat - Tower Signal Status
- signal_
type str - Signal Type
- status str
- Uplink status
- apn String
- Access Point Name
- connection
Type String - Connection Type
- dns1 String
- Primary DNS IP
- dns2 String
- Secondary DNS IP
- gateway String
- Gateway IP
- iccid String
- Integrated Circuit Card Identification Number
- interface String
- Uplink interface
- ip String
- Uplink IP
- ip
Assigned StringBy - The way in which the IP is assigned
- primary
Dns String - Primary DNS IP
- provider String
- Network Provider
- public
Ip String - Public IP
- secondary
Dns String - Secondary DNS IP
- signal
Stat Property Map - Tower Signal Status
- signal
Type String - Signal Type
- status String
- Uplink status
GetUplinksStatusesItemUplinkSignalStat
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.