Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.organizations.getSummaryTopNetworksByStatus
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.organizations.getSummaryTopNetworksByStatus({
endingBefore: "string",
organizationId: "string",
perPage: 1,
startingAfter: "string",
});
export const merakiOrganizationsSummaryTopNetworksByStatusExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.organizations.get_summary_top_networks_by_status(ending_before="string",
organization_id="string",
per_page=1,
starting_after="string")
pulumi.export("merakiOrganizationsSummaryTopNetworksByStatusExample", 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.GetSummaryTopNetworksByStatus(ctx, &organizations.GetSummaryTopNetworksByStatusArgs{
EndingBefore: pulumi.StringRef("string"),
OrganizationId: "string",
PerPage: pulumi.IntRef(1),
StartingAfter: pulumi.StringRef("string"),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiOrganizationsSummaryTopNetworksByStatusExample", 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.GetSummaryTopNetworksByStatus.Invoke(new()
{
EndingBefore = "string",
OrganizationId = "string",
PerPage = 1,
StartingAfter = "string",
});
return new Dictionary<string, object?>
{
["merakiOrganizationsSummaryTopNetworksByStatusExample"] = example.Apply(getSummaryTopNetworksByStatusResult => getSummaryTopNetworksByStatusResult.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.GetSummaryTopNetworksByStatusArgs;
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.getSummaryTopNetworksByStatus(GetSummaryTopNetworksByStatusArgs.builder()
.endingBefore("string")
.organizationId("string")
.perPage(1)
.startingAfter("string")
.build());
ctx.export("merakiOrganizationsSummaryTopNetworksByStatusExample", example.applyValue(getSummaryTopNetworksByStatusResult -> getSummaryTopNetworksByStatusResult.items()));
}
}
variables:
example:
fn::invoke:
Function: meraki:organizations:getSummaryTopNetworksByStatus
Arguments:
endingBefore: string
organizationId: string
perPage: 1
startingAfter: string
outputs:
merakiOrganizationsSummaryTopNetworksByStatusExample: ${example.items}
Using getSummaryTopNetworksByStatus
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 getSummaryTopNetworksByStatus(args: GetSummaryTopNetworksByStatusArgs, opts?: InvokeOptions): Promise<GetSummaryTopNetworksByStatusResult>
function getSummaryTopNetworksByStatusOutput(args: GetSummaryTopNetworksByStatusOutputArgs, opts?: InvokeOptions): Output<GetSummaryTopNetworksByStatusResult>
def get_summary_top_networks_by_status(ending_before: Optional[str] = None,
organization_id: Optional[str] = None,
per_page: Optional[int] = None,
starting_after: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSummaryTopNetworksByStatusResult
def get_summary_top_networks_by_status_output(ending_before: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
per_page: Optional[pulumi.Input[int]] = None,
starting_after: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSummaryTopNetworksByStatusResult]
func GetSummaryTopNetworksByStatus(ctx *Context, args *GetSummaryTopNetworksByStatusArgs, opts ...InvokeOption) (*GetSummaryTopNetworksByStatusResult, error)
func GetSummaryTopNetworksByStatusOutput(ctx *Context, args *GetSummaryTopNetworksByStatusOutputArgs, opts ...InvokeOption) GetSummaryTopNetworksByStatusResultOutput
> Note: This function is named GetSummaryTopNetworksByStatus
in the Go SDK.
public static class GetSummaryTopNetworksByStatus
{
public static Task<GetSummaryTopNetworksByStatusResult> InvokeAsync(GetSummaryTopNetworksByStatusArgs args, InvokeOptions? opts = null)
public static Output<GetSummaryTopNetworksByStatusResult> Invoke(GetSummaryTopNetworksByStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSummaryTopNetworksByStatusResult> getSummaryTopNetworksByStatus(GetSummaryTopNetworksByStatusArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:organizations/getSummaryTopNetworksByStatus:getSummaryTopNetworksByStatus
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.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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.
- per
Page Integer - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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.
- per
Page number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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.
- per_
page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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.
- per
Page Number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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.
getSummaryTopNetworksByStatus Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Summary Top Networks By Status Item> - Array of ResponseOrganizationsGetOrganizationSummaryTopNetworksByStatus
- 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.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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
Summary Top Networks By Status Item - Array of ResponseOrganizationsGetOrganizationSummaryTopNetworksByStatus
- 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.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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
Summary Top Networks By Status Item> - Array of ResponseOrganizationsGetOrganizationSummaryTopNetworksByStatus
- 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.
- per
Page Integer - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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
Summary Top Networks By Status Item[] - Array of ResponseOrganizationsGetOrganizationSummaryTopNetworksByStatus
- 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.
- per
Page number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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
Summary Top Networks By Status Item] - Array of ResponseOrganizationsGetOrganizationSummaryTopNetworksByStatus
- 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.
- per_
page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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 ResponseOrganizationsGetOrganizationSummaryTopNetworksByStatus
- 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.
- per
Page Number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 5000.
- 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
GetSummaryTopNetworksByStatusItem
- Clients
Get
Summary Top Networks By Status Item Clients - Network clients data
- Devices
Get
Summary Top Networks By Status Item Devices - Network device information
- Name string
- Network name
- Network
Id string - Network identifier
- Product
Types List<string> - Product types in network
- Statuses
Get
Summary Top Networks By Status Item Statuses - Network device statuses
- List<string>
- Network tags
- Url string
- Network clients list URL
- Clients
Get
Summary Top Networks By Status Item Clients - Network clients data
- Devices
Get
Summary Top Networks By Status Item Devices - Network device information
- Name string
- Network name
- Network
Id string - Network identifier
- Product
Types []string - Product types in network
- Statuses
Get
Summary Top Networks By Status Item Statuses - Network device statuses
- []string
- Network tags
- Url string
- Network clients list URL
- clients
Get
Summary Top Networks By Status Item Clients - Network clients data
- devices
Get
Summary Top Networks By Status Item Devices - Network device information
- name String
- Network name
- network
Id String - Network identifier
- product
Types List<String> - Product types in network
- statuses
Get
Summary Top Networks By Status Item Statuses - Network device statuses
- List<String>
- Network tags
- url String
- Network clients list URL
- clients
Get
Summary Top Networks By Status Item Clients - Network clients data
- devices
Get
Summary Top Networks By Status Item Devices - Network device information
- name string
- Network name
- network
Id string - Network identifier
- product
Types string[] - Product types in network
- statuses
Get
Summary Top Networks By Status Item Statuses - Network device statuses
- string[]
- Network tags
- url string
- Network clients list URL
- clients
Get
Summary Top Networks By Status Item Clients - Network clients data
- devices
Get
Summary Top Networks By Status Item Devices - Network device information
- name str
- Network name
- network_
id str - Network identifier
- product_
types Sequence[str] - Product types in network
- statuses
Get
Summary Top Networks By Status Item Statuses - Network device statuses
- Sequence[str]
- Network tags
- url str
- Network clients list URL
- clients Property Map
- Network clients data
- devices Property Map
- Network device information
- name String
- Network name
- network
Id String - Network identifier
- product
Types List<String> - Product types in network
- statuses Property Map
- Network device statuses
- List<String>
- Network tags
- url String
- Network clients list URL
GetSummaryTopNetworksByStatusItemClients
- Counts
Get
Summary Top Networks By Status Item Clients Counts - Network client counts
- Usage
Get
Summary Top Networks By Status Item Clients Usage - Network client usage data
- Counts
Get
Summary Top Networks By Status Item Clients Counts - Network client counts
- Usage
Get
Summary Top Networks By Status Item Clients Usage - Network client usage data
- counts
Get
Summary Top Networks By Status Item Clients Counts - Network client counts
- usage
Get
Summary Top Networks By Status Item Clients Usage - Network client usage data
- counts
Get
Summary Top Networks By Status Item Clients Counts - Network client counts
- usage
Get
Summary Top Networks By Status Item Clients Usage - Network client usage data
- counts
Get
Summary Top Networks By Status Item Clients Counts - Network client counts
- usage
Get
Summary Top Networks By Status Item Clients Usage - Network client usage data
- counts Property Map
- Network client counts
- usage Property Map
- Network client usage data
GetSummaryTopNetworksByStatusItemClientsCounts
- Total int
- Total count of clients in network
- Total int
- Total count of clients in network
- total Integer
- Total count of clients in network
- total number
- Total count of clients in network
- total int
- Total count of clients in network
- total Number
- Total count of clients in network
GetSummaryTopNetworksByStatusItemClientsUsage
- Downstream double
- Total downstream usage in network, in KB
- Upstream double
- Total upstream usage in network, in KB
- Downstream float64
- Total downstream usage in network, in KB
- Upstream float64
- Total upstream usage in network, in KB
- downstream Double
- Total downstream usage in network, in KB
- upstream Double
- Total upstream usage in network, in KB
- downstream number
- Total downstream usage in network, in KB
- upstream number
- Total upstream usage in network, in KB
- downstream float
- Total downstream usage in network, in KB
- upstream float
- Total upstream usage in network, in KB
- downstream Number
- Total downstream usage in network, in KB
- upstream Number
- Total upstream usage in network, in KB
GetSummaryTopNetworksByStatusItemDevices
- By
Product List<GetTypes Summary Top Networks By Status Item Devices By Product Type> - URLs by product type
- By
Product []GetTypes Summary Top Networks By Status Item Devices By Product Type - URLs by product type
- by
Product List<GetTypes Summary Top Networks By Status Item Devices By Product Type> - URLs by product type
- by
Product GetTypes Summary Top Networks By Status Item Devices By Product Type[] - URLs by product type
- by_
product_ Sequence[Gettypes Summary Top Networks By Status Item Devices By Product Type] - URLs by product type
- by
Product List<Property Map>Types - URLs by product type
GetSummaryTopNetworksByStatusItemDevicesByProductType
- Product
Type string - Product type
- Url string
- URL to clients list for the relevant product type
- Product
Type string - Product type
- Url string
- URL to clients list for the relevant product type
- product
Type String - Product type
- url String
- URL to clients list for the relevant product type
- product
Type string - Product type
- url string
- URL to clients list for the relevant product type
- product_
type str - Product type
- url str
- URL to clients list for the relevant product type
- product
Type String - Product type
- url String
- URL to clients list for the relevant product type
GetSummaryTopNetworksByStatusItemStatuses
- By
Product List<GetTypes Summary Top Networks By Status Item Statuses By Product Type> - List of status counts by product type
- Overall string
- Overall status of network
- By
Product []GetTypes Summary Top Networks By Status Item Statuses By Product Type - List of status counts by product type
- Overall string
- Overall status of network
- by
Product List<GetTypes Summary Top Networks By Status Item Statuses By Product Type> - List of status counts by product type
- overall String
- Overall status of network
- by
Product GetTypes Summary Top Networks By Status Item Statuses By Product Type[] - List of status counts by product type
- overall string
- Overall status of network
- by_
product_ Sequence[Gettypes Summary Top Networks By Status Item Statuses By Product Type] - List of status counts by product type
- overall str
- Overall status of network
- by
Product List<Property Map>Types - List of status counts by product type
- overall String
- Overall status of network
GetSummaryTopNetworksByStatusItemStatusesByProductType
- Counts
Get
Summary Top Networks By Status Item Statuses By Product Type Counts - Counts of devices by status
- Product
Type string - Product type
- Counts
Get
Summary Top Networks By Status Item Statuses By Product Type Counts - Counts of devices by status
- Product
Type string - Product type
- counts
Get
Summary Top Networks By Status Item Statuses By Product Type Counts - Counts of devices by status
- product
Type String - Product type
- counts
Get
Summary Top Networks By Status Item Statuses By Product Type Counts - Counts of devices by status
- product
Type string - Product type
- counts
Get
Summary Top Networks By Status Item Statuses By Product Type Counts - Counts of devices by status
- product_
type str - Product type
- counts Property Map
- Counts of devices by status
- product
Type String - Product type
GetSummaryTopNetworksByStatusItemStatusesByProductTypeCounts
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.