Request message for installing a service extension.

interface InstallServiceExtensionRequest {
    filePath: string;
    preferences: ApiPreferences;
    replaceExisting?: boolean;
}

Properties

filePath: string

Full path to the extension WebAssembly file (.wasm file).

preferences: ApiPreferences

API preferences.

replaceExisting?: boolean

An optional flag that can be used if an extension should be replace/updated with a new WebAssembly file.