Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
published on Friday, Jul 3, 2026 by OlivierPaquien
Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
published on Friday, Jul 3, 2026 by OlivierPaquien
Using getInfo
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 getInfo(args: GetInfoArgs, opts?: InvokeOptions): Promise<GetInfoResult>
function getInfoOutput(args: GetInfoOutputArgs, opts?: InvokeOptions): Output<GetInfoResult>def get_info(opts: Optional[InvokeOptions] = None) -> GetInfoResult
def get_info_output(opts: Optional[InvokeOptions] = None) -> Output[GetInfoResult]func GetInfo(ctx *Context, args *GetInfoArgs, opts ...InvokeOption) (*GetInfoResult, error)
func GetInfoOutput(ctx *Context, args *GetInfoOutputArgs, opts ...InvokeOption) GetInfoResultOutput> Note: This function is named GetInfo in the Go SDK.
public static class GetInfo
{
public static Task<GetInfoResult> InvokeAsync(GetInfoArgs args, InvokeOptions? opts = null)
public static Output<GetInfoResult> Invoke(GetInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInfoResult> getInfo(GetInfoArgs args, InvokeOptions options)
public static Output<GetInfoResult> getInfo(GetInfoArgs args, InvokeOptions options)
fn::invoke:
function: freebox:system:getInfo
arguments:
# arguments dictionarydata "freebox_system_getinfo" "name" {
# arguments
}The following arguments are supported:
getInfo Result
The following output properties are available:
- Board
Name string - Box
Authenticated bool - Fan
Rpm int - Firmware
Version string - Mac string
- Serial string
- Temp
Cpub int - Temp
Cpum int - Temp
Sw int - Uptime string
- Uptime
Val int - User
Main stringStorage
- Board
Name string - Box
Authenticated bool - Fan
Rpm int - Firmware
Version string - Mac string
- Serial string
- Temp
Cpub int - Temp
Cpum int - Temp
Sw int - Uptime string
- Uptime
Val int - User
Main stringStorage
- board_
name string - box_
authenticated bool - fan_
rpm number - firmware_
version string - mac string
- serial string
- temp_
cpub number - temp_
cpum number - temp_
sw number - uptime string
- uptime_
val number - user_
main_ stringstorage
- board
Name String - box
Authenticated Boolean - fan
Rpm Integer - firmware
Version String - mac String
- serial String
- temp
Cpub Integer - temp
Cpum Integer - temp
Sw Integer - uptime String
- uptime
Val Integer - user
Main StringStorage
- board
Name string - box
Authenticated boolean - fan
Rpm number - firmware
Version string - mac string
- serial string
- temp
Cpub number - temp
Cpum number - temp
Sw number - uptime string
- uptime
Val number - user
Main stringStorage
- board_
name str - box_
authenticated bool - fan_
rpm int - firmware_
version str - mac str
- serial str
- temp_
cpub int - temp_
cpum int - temp_
sw int - uptime str
- uptime_
val int - user_
main_ strstorage
- board
Name String - box
Authenticated Boolean - fan
Rpm Number - firmware
Version String - mac String
- serial String
- temp
Cpub Number - temp
Cpum Number - temp
Sw Number - uptime String
- uptime
Val Number - user
Main StringStorage
Package Details
- Repository
- freebox
- License
Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
published on Friday, Jul 3, 2026 by OlivierPaquien