diff options
Diffstat (limited to 'docs/_locale/de_DE/LC_MESSAGES/automation/vyos-api.po')
-rw-r--r-- | docs/_locale/de_DE/LC_MESSAGES/automation/vyos-api.po | 167 |
1 files changed, 0 insertions, 167 deletions
diff --git a/docs/_locale/de_DE/LC_MESSAGES/automation/vyos-api.po b/docs/_locale/de_DE/LC_MESSAGES/automation/vyos-api.po deleted file mode 100644 index b9f86bb9..00000000 --- a/docs/_locale/de_DE/LC_MESSAGES/automation/vyos-api.po +++ /dev/null @@ -1,167 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, VyOS maintainers and contributors -# This file is distributed under the same license as the VyOS package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: VyOS 1.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-21 12:01+0200\n" -"PO-Revision-Date: 2022-10-21 10:05+0000\n" -"Language-Team: German (Germany) (https://www.transifex.com/vyos/teams/155110/de_DE/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../automation/vyos-api.rst:7 07d92ac230e84acd850c6c56f9238a08 -msgid "VyOS API" -msgstr "" - -#: ../../automation/vyos-api.rst:9 ec3a654fc40a41509c6320d64796822b -msgid "For configuration and enabling the API see :ref:`http-api`" -msgstr "" - -#: ../../automation/vyos-api.rst:13 13d0f2086690496290e1666ed1ac14df -msgid "Authentication" -msgstr "" - -#: ../../automation/vyos-api.rst:15 25d9abb447b84093a6cba32829e95073 -msgid "" -"All endpoints only listen on HTTP POST requests and the API KEY must set as " -"``key`` in the formdata." -msgstr "" - -#: ../../automation/vyos-api.rst:18 b15a5df54b174996a0f356f56895799c -msgid "" -"Below see one example for curl and one for python. The rest of the " -"documentation is reduced to curl." -msgstr "" - -#: ../../automation/vyos-api.rst:41 252ce6bc7e2245349d8f0883011edd9b -msgid "API Endpoints" -msgstr "" - -#: ../../automation/vyos-api.rst:44 3f35b10b1bdb4a729e744a243862c8e9 -msgid "/retrieve" -msgstr "" - -#: ../../automation/vyos-api.rst:46 22ecac4116354d649e383c4dbb67002a -msgid "" -"With the ``retrieve`` endpoint you get parts or the whole configuration." -msgstr "" - -#: ../../automation/vyos-api.rst:48 6a45d66826544acb962f4b1f2948fcb0 -msgid "" -"To get the whole configuration, pass an empty list to the ``path`` field" -msgstr "" - -#: ../../automation/vyos-api.rst:79 06b5968f35ca40faabf6f34fd38ac531 -msgid "" -"To only get a part of the configuration, for example ``system syslog``." -msgstr "" - -#: ../../automation/vyos-api.rst:106 5cf33fb0621d4263b8da22d1b15c168f -msgid "" -"if you just want the Value of a multi-valued node, use the ``returnValues`` " -"operation." -msgstr "" - -#: ../../automation/vyos-api.rst:109 3e3c810c9d35481191225d8204240e18 -msgid "For example, get the addresses of a ``dum0`` interface." -msgstr "" - -#: ../../automation/vyos-api.rst:129 32e76c75c60747ea90fc1da23ed22a21 -msgid "/reset" -msgstr "" - -#: ../../automation/vyos-api.rst:131 04506f0762a74afe90a49f3749da11a7 -msgid "The ``reset`` endpoint run a ``reset`` command." -msgstr "" - -#: ../../automation/vyos-api.rst:147 03e6e381062541a28f40487ac95d93d6 -msgid "/image" -msgstr "" - -#: ../../automation/vyos-api.rst:149 f066c84e0a4e448e84abc7f7594f47df -msgid "To add or delete an image, use the ``/image`` endpoint." -msgstr "" - -#: ../../automation/vyos-api.rst:151 b3446c29406246fb91eb70ec5e18e792 -msgid "add an image" -msgstr "" - -#: ../../automation/vyos-api.rst:168 fd06f368fea143e69379753c9718a5c4 -msgid "delete an image, for example ``1.3-rolling-202006070117``" -msgstr "" - -#: ../../automation/vyos-api.rst:185 7ef7094b6f624238a5c5eaf1be0666d4 -msgid "/show" -msgstr "" - -#: ../../automation/vyos-api.rst:187 9f1cdf71940045788be283501f2d710b -msgid "The ``/show`` endpoint is to show everything in the operational mode." -msgstr "" - -#: ../../automation/vyos-api.rst:189 35c82a691c0a43e68967e89023d43839 -msgid "For example, show which images are installed." -msgstr "" - -#: ../../automation/vyos-api.rst:209 8bd2484508c84078837601953b36655e -msgid "/generate" -msgstr "" - -#: ../../automation/vyos-api.rst:211 ad32f841945e4ae0bf0c6020efedb644 -msgid "The ``generate`` endpoint run a ``generate`` command." -msgstr "" - -#: ../../automation/vyos-api.rst:228 33f32365e11745ad8e267a8b323deb3a -msgid "/configure" -msgstr "" - -#: ../../automation/vyos-api.rst:230 be11836154a94618814cecb82ef8bf86 -msgid "" -"You can pass a ``set``, ``delete`` or ``comment`` command to the " -"``/configure`` endpoint." -msgstr "" - -#: ../../automation/vyos-api.rst:233 3fa4011df5394a10b66f8efa6c2f7f18 -msgid "``set`` a single command" -msgstr "" - -#: ../../automation/vyos-api.rst:249 d0fd1e24ed8944b3b0681e9ded9fee28 -msgid "``delete`` a single command" -msgstr "" - -#: ../../automation/vyos-api.rst:264 db6fe5f1b1ae4d72b7e9be759134c062 -msgid "" -"The API pushes every request to a session and commit it. But some of VyOS " -"components like DHCP and PPPoE Servers, IPSec, VXLAN, and other tunnels " -"require full configuration for commit. The endpoint will process multiple " -"commands when you pass them as a list to the ``data`` field." -msgstr "" - -#: ../../automation/vyos-api.rst:285 f0c2175c25fc43a98e4c157e4dd81c41 -msgid "/config-file" -msgstr "" - -#: ../../automation/vyos-api.rst:287 8c74b78f0845409aad565b935aa9fcd4 -msgid "The endpoint ``/config-file`` is to save or load a configuration." -msgstr "" - -#: ../../automation/vyos-api.rst:289 98a84ef55d9b46eda653b57c973106b6 -msgid "" -"Save a running configuration to the startup configuration. When you don't " -"specify the file when saving, it saves to ``/config/config.boot``." -msgstr "" - -#: ../../automation/vyos-api.rst:307 320e97c17b5a4bc5831e2bc06d60e11e -msgid "Save a running configuration to a file." -msgstr "" - -#: ../../automation/vyos-api.rst:323 482efdddbacf4305934ee05a988c3d4c -msgid "To Load a configuration file." -msgstr "" |