routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros
routeros.getSystemRouterboard
Explore with Pulumi AI
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const data = routeros.getSystemRouterboard({});
import pulumi
import pulumi_routeros as routeros
data = routeros.get_system_routerboard()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/routeros/routeros"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := routeros.GetSystemRouterboard(ctx, &routeros.GetSystemRouterboardArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Routeros = Pulumi.Routeros;
return await Deployment.RunAsync(() =>
{
var data = Routeros.GetSystemRouterboard.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.RouterosFunctions;
import com.pulumi.routeros.inputs.GetSystemRouterboardArgs;
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 data = RouterosFunctions.getSystemRouterboard();
}
}
variables:
data:
fn::invoke:
function: routeros:getSystemRouterboard
arguments: {}
Using getSystemRouterboard
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 getSystemRouterboard(args: GetSystemRouterboardArgs, opts?: InvokeOptions): Promise<GetSystemRouterboardResult>
function getSystemRouterboardOutput(args: GetSystemRouterboardOutputArgs, opts?: InvokeOptions): Output<GetSystemRouterboardResult>
def get_system_routerboard(___id_: Optional[float] = None,
___path_: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemRouterboardResult
def get_system_routerboard_output(___id_: Optional[pulumi.Input[float]] = None,
___path_: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemRouterboardResult]
func GetSystemRouterboard(ctx *Context, args *GetSystemRouterboardArgs, opts ...InvokeOption) (*GetSystemRouterboardResult, error)
func GetSystemRouterboardOutput(ctx *Context, args *GetSystemRouterboardOutputArgs, opts ...InvokeOption) GetSystemRouterboardResultOutput
> Note: This function is named GetSystemRouterboard
in the Go SDK.
public static class GetSystemRouterboard
{
public static Task<GetSystemRouterboardResult> InvokeAsync(GetSystemRouterboardArgs args, InvokeOptions? opts = null)
public static Output<GetSystemRouterboardResult> Invoke(GetSystemRouterboardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemRouterboardResult> getSystemRouterboard(GetSystemRouterboardArgs args, InvokeOptions options)
public static Output<GetSystemRouterboardResult> getSystemRouterboard(GetSystemRouterboardArgs args, InvokeOptions options)
fn::invoke:
function: routeros:index/getSystemRouterboard:getSystemRouterboard
arguments:
# arguments dictionary
The following arguments are supported:
getSystemRouterboard Result
The following output properties are available:
- Current
Firmware string - Factory
Firmware string - Firmware
Type string - Id string
- Model string
- Revision string
- Routerboard bool
- Serial
Number string - Upgrade
Firmware string - ___
id_ double - ___
path_ string
- Current
Firmware string - Factory
Firmware string - Firmware
Type string - Id string
- Model string
- Revision string
- Routerboard bool
- Serial
Number string - Upgrade
Firmware string - ___
id_ float64 - ___
path_ string
- current
Firmware String - factory
Firmware String - firmware
Type String - id String
- model String
- revision String
- routerboard Boolean
- serial
Number String - upgrade
Firmware String - ___
id_ Double - ___
path_ String
- current
Firmware string - factory
Firmware string - firmware
Type string - id string
- model string
- revision string
- routerboard boolean
- serial
Number string - upgrade
Firmware string - ___
id_ number - ___
path_ string
- current_
firmware str - factory_
firmware str - firmware_
type str - id str
- model str
- revision str
- routerboard bool
- serial_
number str - upgrade_
firmware str - ___
id_ float - ___
path_ str
- current
Firmware String - factory
Firmware String - firmware
Type String - id String
- model String
- revision String
- routerboard Boolean
- serial
Number String - upgrade
Firmware String - ___
id_ Number - ___
path_ String
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros