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
@@ -203,6 +205,97 @@ Name | Type | Description | Notes
203
205
204
206
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**404** | NotFound error: Specified resource does not exist. | - |
293
+
**409** | Conflict error: A similar resource already exists or resource is still being referenced somewhere. | - |
294
+
**422** | UnprocessableEntity error: Server can't process request. | - |
295
+
**507** | InsufficientResource error: Server can't allocate resources (logical quotas or physical limits hit). | - |
296
+
297
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
655
748
749
+
# **list_region_dns_records**
750
+
> List[str] list_region_dns_records(region_id)
751
+
752
+
Returns the IDs of DNS record objects.
753
+
754
+
### Example
755
+
756
+
* Api Key Authentication (ApiKeyAuth):
757
+
* Bearer (JWT) Authentication (BearerAuth):
758
+
759
+
```python
760
+
import kowabunga
761
+
from kowabunga.rest import ApiException
762
+
from pprint import pprint
763
+
764
+
# Defining the host is optional and defaults to https://raw.githubusercontent.com/api/v1
765
+
# See configuration.py for a list of all supported configuration parameters.
766
+
configuration = kowabunga.Configuration(
767
+
host="https://raw.githubusercontent.com/api/v1"
768
+
)
769
+
770
+
# The client must configure the authentication and authorization parameters
771
+
# in accordance with the API server security policy.
772
+
# Examples for each auth method are provided below, use the example that
**404** | NotFound error: Specified resource does not exist. | - |
830
+
831
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments