You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Models/Workspace.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,6 @@
14
14
|**ownerId**|**String**| the user id which own this workspace. set by the API from Authentification service receved id |[default to null]|
15
15
|**solution**|[**WorkspaceSolution**](WorkspaceSolution.md)||[default to null]|
16
16
|**webApp**|[**WorkspaceWebApp**](WorkspaceWebApp.md)||[optional][default to null]|
17
-
|**sendInputToDataWarehouse**|**Boolean**| default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun |[optional][default to null]|
18
-
|**useDedicatedEventHubNamespace**|**Boolean**| Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace. The Event Hub Namespace must be named \\'<organization_id\\>-<workspace_id\\>\\' (in lower case). This Namespace must also contain two Event Hubs named \\'probesmeasures\\' and \\'scenariorun\\'. |[optional][default to false]|
19
-
|**dedicatedEventHubSasKeyName**|**String**| the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey. Ask you DevOps Team to add the associated value to your Workspace Secret |[optional][default to null]|
20
-
|**dedicatedEventHubAuthenticationStrategy**|**String**| the Event Hub authentication strategy, SHARED_ACCESS_POLICY or TENANT_CLIENT_CREDENTIALS. Default to the one defined for the tenant. |[optional][default to null]|
21
-
|**sendScenarioRunToEventHub**|**Boolean**| default setting for all Scenarios and Run Templates to set whether or not the ScenarioRun is send to the Event Hub |[optional][default to true]|
22
-
|**sendScenarioMetadataToEventHub**|**Boolean**| Set this property to false to not send scenario metada to Azure Event Hub Namespace for this Workspace. The Event Hub Namespace must be named \\'<organization_id\\>-<workspace_id\\>\\' (in lower case). This Namespace must also contain two Event Hubs named \\'scenariometadata\\' and \\'scenariorunmetadata\\'. |[optional][default to false]|
23
17
|**datasetCopy**|**Boolean**| Activate the copy of dataset on scenario creation, meaning that each scenario created in this workspace will make this copy. when false, scenario use directly the dataset specified. |[optional][default to true]|
24
18
|**security**|[**WorkspaceSecurity**](WorkspaceSecurity.md)||[default to null]|
Copy file name to clipboardExpand all lines: doc/Models/WorkspaceCreateRequest.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,6 @@
10
10
|**tags**|**List**| the list of tags |[optional][default to null]|
11
11
|**solution**|[**WorkspaceSolution**](WorkspaceSolution.md)||[default to null]|
12
12
|**webApp**|[**WorkspaceWebApp**](WorkspaceWebApp.md)||[optional][default to null]|
13
-
|**sendInputToDataWarehouse**|**Boolean**| default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun |[optional][default to null]|
14
-
|**useDedicatedEventHubNamespace**|**Boolean**| Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace. |[optional][default to false]|
15
-
|**dedicatedEventHubSasKeyName**|**String**| the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey |[optional][default to null]|
16
-
|**dedicatedEventHubAuthenticationStrategy**|**String**| the Event Hub authentication strategy |[optional][default to null]|
17
-
|**sendScenarioRunToEventHub**|**Boolean**| default setting for all Scenarios and Run Templates |[optional][default to true]|
18
-
|**sendScenarioMetadataToEventHub**|**Boolean**| Set this property to false to not send scenario metada |[optional][default to false]|
19
13
|**datasetCopy**|**Boolean**| Activate the copy of dataset on scenario creation |[optional][default to true]|
20
14
|**security**|[**WorkspaceSecurity**](WorkspaceSecurity.md)||[optional][default to null]|
|**key**|**String**| technical key for resource name convention and version grouping. Must be unique |[default to null]|
7
-
|**name**|**String**| Workspace name |[default to null]|
6
+
|**key**|**String**| technical key for resource name convention and version grouping. Must be unique |[optional][default to null]|
7
+
|**name**|**String**| Workspace name |[optional][default to null]|
8
8
|**description**|**String**| the Workspace description |[optional][default to null]|
9
9
|**tags**|**List**| the list of tags |[optional][default to null]|
10
10
|**solution**|[**WorkspaceSolution**](WorkspaceSolution.md)||[optional][default to null]|
11
11
|**webApp**|[**WorkspaceWebApp**](WorkspaceWebApp.md)||[optional][default to null]|
12
-
|**sendInputToDataWarehouse**|**Boolean**| default setting for all Scenarios and Run Templates |[optional][default to null]|
13
-
|**useDedicatedEventHubNamespace**|**Boolean**| Set this property to true to use a dedicated Azure Event Hub Namespace |[optional][default to null]|
14
-
|**dedicatedEventHubSasKeyName**|**String**| the Dedicated Event Hub SAS key name |[optional][default to null]|
15
-
|**dedicatedEventHubAuthenticationStrategy**|**String**| the Event Hub authentication strategy |[optional][default to null]|
16
-
|**sendScenarioRunToEventHub**|**Boolean**| default setting for all Scenarios and Run Templates |[optional][default to null]|
17
-
|**sendScenarioMetadataToEventHub**|**Boolean**| Set this property to false to not send scenario metadata |[optional][default to null]|
18
12
|**datasetCopy**|**Boolean**| Activate the copy of dataset on scenario creation |[optional][default to null]|
19
13
20
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: workspace/src/main/openapi/workspace.yaml
-97Lines changed: 0 additions & 97 deletions
Original file line number
Diff line number
Diff line change
@@ -715,31 +715,6 @@ components:
715
715
$ref: '#/components/schemas/WorkspaceSolution'
716
716
webApp:
717
717
$ref: '#/components/schemas/WorkspaceWebApp'
718
-
sendInputToDataWarehouse:
719
-
type: boolean
720
-
description: default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun
721
-
useDedicatedEventHubNamespace:
722
-
type: boolean
723
-
default: false
724
-
description: Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace.
725
-
The Event Hub Namespace must be named \'<organization_id\>-<workspace_id\>\' (in lower case).
726
-
This Namespace must also contain two Event Hubs named \'probesmeasures\' and \'scenariorun\'.
727
-
dedicatedEventHubSasKeyName:
728
-
type: string
729
-
description: the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey. Ask you DevOps Team to add the associated value to your Workspace Secret
730
-
dedicatedEventHubAuthenticationStrategy:
731
-
type: string
732
-
description: the Event Hub authentication strategy, SHARED_ACCESS_POLICY or TENANT_CLIENT_CREDENTIALS. Default to the one defined for the tenant.
733
-
sendScenarioRunToEventHub:
734
-
type: boolean
735
-
default : true
736
-
description: default setting for all Scenarios and Run Templates to set whether or not the ScenarioRun is send to the Event Hub
737
-
sendScenarioMetadataToEventHub:
738
-
type: boolean
739
-
default: false
740
-
description: Set this property to false to not send scenario metada to Azure Event Hub Namespace for this Workspace.
741
-
The Event Hub Namespace must be named \'<organization_id\>-<workspace_id\>\' (in lower case).
742
-
This Namespace must also contain two Event Hubs named \'scenariometadata\' and \'scenariorunmetadata\'.
743
718
datasetCopy:
744
719
type: boolean
745
720
default: true
@@ -786,27 +761,6 @@ components:
786
761
$ref: '#/components/schemas/WorkspaceSolution'
787
762
webApp:
788
763
$ref: '#/components/schemas/WorkspaceWebApp'
789
-
sendInputToDataWarehouse:
790
-
type: boolean
791
-
description: default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun
792
-
useDedicatedEventHubNamespace:
793
-
type: boolean
794
-
default: false
795
-
description: Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace.
796
-
dedicatedEventHubSasKeyName:
797
-
type: string
798
-
description: the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey
799
-
dedicatedEventHubAuthenticationStrategy:
800
-
type: string
801
-
description: the Event Hub authentication strategy
802
-
sendScenarioRunToEventHub:
803
-
type: boolean
804
-
default: true
805
-
description: default setting for all Scenarios and Run Templates
806
-
sendScenarioMetadataToEventHub:
807
-
type: boolean
808
-
default: false
809
-
description: Set this property to false to not send scenario metada
810
764
datasetCopy:
811
765
type: boolean
812
766
default: true
@@ -840,30 +794,9 @@ components:
840
794
$ref: '#/components/schemas/WorkspaceSolution'
841
795
webApp:
842
796
$ref: '#/components/schemas/WorkspaceWebApp'
843
-
sendInputToDataWarehouse:
844
-
type: boolean
845
-
description: default setting for all Scenarios and Run Templates
846
-
useDedicatedEventHubNamespace:
847
-
type: boolean
848
-
description: Set this property to true to use a dedicated Azure Event Hub Namespace
849
-
dedicatedEventHubSasKeyName:
850
-
type: string
851
-
description: the Dedicated Event Hub SAS key name
852
-
dedicatedEventHubAuthenticationStrategy:
853
-
type: string
854
-
description: the Event Hub authentication strategy
855
-
sendScenarioRunToEventHub:
856
-
type: boolean
857
-
description: default setting for all Scenarios and Run Templates
858
-
sendScenarioMetadataToEventHub:
859
-
type: boolean
860
-
description: Set this property to false to not send scenario metadata
861
797
datasetCopy:
862
798
type: boolean
863
799
description: Activate the copy of dataset on scenario creation
0 commit comments