Skip to content
Snippets Groups Projects
Verified Commit 6ab7d4a1 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: typos

parent 344821ee
No related branches found
No related tags found
No related merge requests found
Pipeline #276141 passed
......@@ -91,7 +91,7 @@ List all BCDs:
List all CNAME-Records for given BCD:
```python
>>> import netdb_client.api40.dns
>>> netdb_client.api40.dns.Record.list(api_session=api, type_old="CNAME", bcd_list_old=["scc-net-web-1"])
>>> netdb_client.api40.dns.Record.list(api_session=api, type_old="CNAME", fqdn_list_old=["netvs-devel.scc.kit.edu"])
[..., Record(ttl=None, data='net-web09.scc.kit.edu.', fqdn='netvs-devel.scc.kit.edu.', type='CNAME', zone='kit.edu.', is_own=True, fqdn_type='alias', host_is_nws=False, target_fqdn='net-web09.scc.kit.edu.', target_ipaddr=None, ttl_reset_date=None, fqdn_description=None, target_fqdn_type='host', ttl_zone_default=3600, target_data_unref=None, target_is_singleton=True, target_is_reverse_unique=False), ...]
```
......@@ -100,7 +100,7 @@ List BCDs with their Subnets:
```python
>>> import netdb_client.api40.nd
>>> api.execute_ta([
netdb_client.nd.api32.Bcd.list_ta(), # == {"name": "nd.bcd.list"}
netdb_client.nd.api40.Bcd.list_ta(), # == {"name": "nd.bcd.list"}
{"name": "nd.ip_subnet.list", "inner_join_ref": {0: "default"}},
])
[[{'name': 'scc-net-web-1', ...}], [{'bcd': 'scc-net-web-1', ...}, ...]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment