Skip to content

Commit 459ec7d

Browse files
committed
change import param to existing
1 parent 4b2a3c0 commit 459ec7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

-8.64 KB
Loading

source/adminguide/networking/dns_framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Using the API:
255255

256256
.. code:: bash
257257
258-
cmk create dnszone dnsserverid=<dns-server-id> name="example.com" import=false description="Example DNS zone"
258+
cmk create dnszone dnsserverid=<dns-server-id> name="example.com" existing=false description="Example DNS zone"
259259
260260
261261
**Parameters**
@@ -276,7 +276,7 @@ Using the API:
276276
* - ``description``
277277
- No
278278
- The description of the DNS zone
279-
* - ``import``
279+
* - ``existing``
280280
- No
281281
- If true, imports an existing DNS zone from the external DNS provider into CloudStack; if false, creates a new DNS zone in both CloudStack and the DNS provider. **Default**: ``false``
282282

0 commit comments

Comments
 (0)