WasmExtension Service
Service to manage WASM extensions.
WasmExtensions
The WasmExtension service provides methods to manage the extensions inside an Organization. WasmExtensions are created inside TSB and assigned later to SecuritySettings and IngressGateways.
GetWasmExtension
ListWasmExtension
CreateWasmExtension
UpdateWasmExtension
DeleteWasmExtension
CreateWasmExtensionRequest
Request to create a WasmExtension and make it available to be assigned to IngressGateway and SecuritySetting.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
name | string | string = { |
wasmExtension | tetrateio.api.tsb.extension.v2.WasmExtension | message = { |
DeleteWasmExtensionRequest
Request to delete a WasmExtension.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
GetWasmExtensionRequest
Request to retrieve a WASM extension.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
ListWasmExtensionRequest
Request to retrieve the list of WASM extensions for a given Organization.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
ListWasmExtensionResponse
List of WASM Extensions.
Field | Description | Validation Rule |
---|---|---|
extensions | – |