Skip to main content

    App Utils

    Utilities for app function executions.

    npm install @dynatrace-sdk/app-utils

    Variables

    functions: Object

    A convenience layer for the user to communicate with functions.

    Namespaces

    functions

    The functions namespace contains all the functions available as a convenience layer to communicate with functions.

    call

    call(functionName,options?): Promise<Response>

    A convenience layer for the user to communicate with an app function.

    Parameters

    NameTypeDescription
    functionName*requiredstring
    optionsObjectOptional options
    options.abortSignalAbortSignalAn AbortSignal to set request's signal
    options.dataunknownAn Payload of the call

    Returns

    Response of a fetch call

    Still have questions?
    Find answers in the Dynatrace Community