Changes for page Microservice Cmdlets
Last modified by jklein on 2025/08/15 09:48
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -627,13 +627,13 @@ 627 627 628 628 === **Beispiele** === 629 629 630 -Beispiel 1: Fügt ein neue Microservice-Vorlage hinzu630 +Beispiel 1: Fügt ein neues Microservice-Template hinzu 631 631 632 632 {{code language="PowerShell"}} 633 633 Add-AESBMicroserviceTemplate -TemplateName "Test" -TemplateConfig $templateConfig 634 634 {{/code}} 635 635 636 -Dieses Beispiel fügt eine neue Vorlagen-konfiguration mit dem Namen "Test" auf Basis des $templateConfig-Objekts hinzu. Die Standardverbindung wird verwendet.636 +Dieses Beispiel fügt eine neue Templatekonfiguration mit dem Namen "Test" auf Basis des $templateConfig-Objekts hinzu. Die Standardverbindung wird verwendet. 637 637 638 638 {{apimacro title="Beispiel der Funktion in PowerShell"}} 639 639 {{code language="PowerShell" layout="LINENUMBERS"}} ... ... @@ -653,7 +653,7 @@ 653 653 {{/code}} 654 654 {{/apimacro}} 655 655 656 -{{apimacro title="Beispiel der Vorlagen-Konfiguration"}}656 +{{apimacro title="Beispiel der Template-Konfiguration"}} 657 657 {{code language="PowerShell" layout="LINENUMBERS"}} 658 658 $templateConfig = "<MicroserviceConfiguration Version=`"1.11.0.895`" Type=`"SnmpConnector`" SessionKey=`"bcafdb4e94f2572eed78525430ad0e0275229f98`"> 659 659 <SnmpConnectorConfiguration> ... ... @@ -692,17 +692,17 @@ 692 692 ** Erfolgreiche Statusmeldung 693 693 * TemplateInfo 694 694 ** TemplateId 695 -*** ID de rVorlage695 +*** ID des Templates 696 696 ** Configuration 697 -*** Aktuelle Konfiguration de rVorlage697 +*** Aktuelle Konfiguration des Templates 698 698 ** Name 699 -*** Name de rVorlage699 +*** Name des Templates 700 700 ** Type 701 -*** Der Typ de rVorlage701 +*** Der Typ des Templates 702 702 ** Version 703 -*** Die Versionierung de rVorlage703 +*** Die Versionierung des Templates 704 704 705 -{{apimacro title="Rückgabewerte der Vorlagen-Konfiguration"}}705 +{{apimacro title="Rückgabewerte der Template-Konfiguration"}} 706 706 {{code language="PowerShell" layout="LINENUMBERS"}} 707 707 Successfully added template 'Test'. 708 708 ... ... @@ -732,7 +732,7 @@ 732 732 733 733 === **Beispiele** === 734 734 735 -Beispiel 1: Microservice -Vorlage exportieren735 +Beispiel 1: MicroserviceTemplate exportieren 736 736 737 737 {{code language="PowerShell"}} 738 738 Export-AESBMicroserviceTemplateConfig -TemplateConfig $templateConfig -Path $path

