Avalanche SDK Client
    Preparing search index...

    Module methods/admin

    Type Aliases

    AliasChainErrorType
    AliasChainParameters

    Parameters for the admin.aliasChain method.

    AliasErrorType
    AliasParameters

    Parameters for the admin.alias method.

    GetChainAliasesErrorType
    GetChainAliasesParameters

    Parameters for the admin.getChainAliases method.

    GetChainAliasesReturnType

    Return type for the admin.getChainAliases method.

    GetLoggerLevelErrorType
    GetLoggerLevelParameters

    Parameters for the admin.getLoggerLevel method.

    GetLoggerLevelReturnType

    Return type for the admin.getLoggerLevel method.

    LoadVMsErrorType
    LoadVMsReturnType

    Return type for the admin.loadVMs method.

    LockProfileErrorType
    MemoryProfileErrorType
    SetLoggerLevelParameters

    Parameters for the admin.setLoggerLevel method.

    StartCPUProfilerErrorType
    StopCPUProfilerErrorType

    Functions

    alias

    Assign an API endpoint an alias, a different endpoint for the API. The original endpoint will still work. This change only affects this node.

    aliasChain

    Give a blockchain an alias, a different name that can be used any place the blockchain's ID is used. Note: The alias is set for each chain on each node individually.

    getChainAliases

    Returns the aliases of the chain.

    getLoggerLevel

    Returns log and display levels of loggers.

    loadVMs

    Dynamically loads any virtual machines installed on the node as plugins.

    lockProfile

    Writes a profile of mutex statistics to lock.profile.

    memoryProfile

    Writes a memory profile of the node to mem.profile.

    setLoggerLevel

    Sets log and display levels of loggers.

    startCPUProfiler

    Start profiling the CPU utilization of the node. To stop, call stopCPUProfiler. On stop, writes the profile to cpu.profile.

    stopCPUProfiler

    Stop the CPU profile that was previously started.