Skip to main content

Adhoc utils

Utilities for adhoc function executions.

Variables

functions: Object

A convenience layer for the user to communicate with adhoc functions.

Namespaces

functions

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

call

call(appId,functionName,data?): Promise<Response>

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

Parameters

appId: string

functionName: string

data?: Any

Returns

A promise resolving a

fetch response

object.

Still have questions?
Find answers in the Dynatrace Community