CreateOrchestratorResponse
Interface: CreateOrchestratorResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:106
Orchestrator SDK Function Types Types for the orchestrator module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
data? | OrchestratorInstance | - | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:108 |
error? | OrchestratorError | BaseOrchestratorSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:10 |
message? | string | BaseOrchestratorSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:9 |
requestId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:107 |
success | boolean | BaseOrchestratorSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:8 |