Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
495 changes: 483 additions & 12 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

244 changes: 230 additions & 14 deletions README.md

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions docs/AccountOrgResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# AccountOrgResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_date** | **datetime** | Creation date |
**modified_date** | **datetime** | Modify date |
**org_id** | **str** | Org id |
**account_id** | **str** | Account id |

## Example

```python
from pfruck_contabo.models.account_org_response import AccountOrgResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AccountOrgResponse from a JSON string
account_org_response_instance = AccountOrgResponse.from_json(json)
# print the JSON string representation of the object
print(AccountOrgResponse.to_json())

# convert the object into a dict
account_org_response_dict = account_org_response_instance.to_dict()
# create an instance of AccountOrgResponse from a dict
account_org_response_from_dict = AccountOrgResponse.from_dict(account_org_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


31 changes: 31 additions & 0 deletions docs/AccountsListResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# AccountsListResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**PaginationMeta**](PaginationMeta.md) | Data about pagination like how many results, pages, page size. |
**data** | [**List[AccountOrgResponse]**](AccountOrgResponse.md) | |
**links** | **object** | |

## Example

```python
from pfruck_contabo.models.accounts_list_response import AccountsListResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AccountsListResponse from a JSON string
accounts_list_response_instance = AccountsListResponse.from_json(json)
# print the JSON string representation of the object
print(AccountsListResponse.to_json())

# convert the object into a dict
accounts_list_response_dict = accounts_list_response_instance.to_dict()
# create an instance of AccountsListResponse from a dict
accounts_list_response_from_dict = AccountsListResponse.from_dict(accounts_list_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 1 addition & 1 deletion docs/AdditionalIp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**v4** | [**IpV4**](IpV4.md) | |
**v4** | [**IpV43**](IpV43.md) | |

## Example

Expand Down
30 changes: 30 additions & 0 deletions docs/ApiBulkDeleteDnsZoneRecordsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ApiBulkDeleteDnsZoneRecordsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**List[BulkDeleteResultResponse]**](BulkDeleteResultResponse.md) | |
**links** | [**SelfLinks**](SelfLinks.md) | |

## Example

```python
from pfruck_contabo.models.api_bulk_delete_dns_zone_records_response import ApiBulkDeleteDnsZoneRecordsResponse

# TODO update the JSON string below
json = "{}"
# create an instance of ApiBulkDeleteDnsZoneRecordsResponse from a JSON string
api_bulk_delete_dns_zone_records_response_instance = ApiBulkDeleteDnsZoneRecordsResponse.from_json(json)
# print the JSON string representation of the object
print(ApiBulkDeleteDnsZoneRecordsResponse.to_json())

# convert the object into a dict
api_bulk_delete_dns_zone_records_response_dict = api_bulk_delete_dns_zone_records_response_instance.to_dict()
# create an instance of ApiBulkDeleteDnsZoneRecordsResponse from a dict
api_bulk_delete_dns_zone_records_response_from_dict = ApiBulkDeleteDnsZoneRecordsResponse.from_dict(api_bulk_delete_dns_zone_records_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/ApiDnsZoneRecordResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ApiDnsZoneRecordResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**List[DnsZoneRecordResponse]**](DnsZoneRecordResponse.md) | |
**links** | [**SelfLinks**](SelfLinks.md) | |

## Example

```python
from pfruck_contabo.models.api_dns_zone_record_response import ApiDnsZoneRecordResponse

# TODO update the JSON string below
json = "{}"
# create an instance of ApiDnsZoneRecordResponse from a JSON string
api_dns_zone_record_response_instance = ApiDnsZoneRecordResponse.from_json(json)
# print the JSON string representation of the object
print(ApiDnsZoneRecordResponse.to_json())

# convert the object into a dict
api_dns_zone_record_response_dict = api_dns_zone_record_response_instance.to_dict()
# create an instance of ApiDnsZoneRecordResponse from a dict
api_dns_zone_record_response_from_dict = ApiDnsZoneRecordResponse.from_dict(api_dns_zone_record_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/ApiDnsZoneResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ApiDnsZoneResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**List[DnsZoneResponse]**](DnsZoneResponse.md) | |
**links** | [**SelfLinks**](SelfLinks.md) | |

## Example

```python
from pfruck_contabo.models.api_dns_zone_response import ApiDnsZoneResponse

# TODO update the JSON string below
json = "{}"
# create an instance of ApiDnsZoneResponse from a JSON string
api_dns_zone_response_instance = ApiDnsZoneResponse.from_json(json)
# print the JSON string representation of the object
print(ApiDnsZoneResponse.to_json())

# convert the object into a dict
api_dns_zone_response_dict = api_dns_zone_response_instance.to_dict()
# create an instance of ApiDnsZoneResponse from a dict
api_dns_zone_response_from_dict = ApiDnsZoneResponse.from_dict(api_dns_zone_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/ApiPtrRecordResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ApiPtrRecordResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**List[PtrRecordResponse]**](PtrRecordResponse.md) | |
**links** | [**SelfLinks**](SelfLinks.md) | |

## Example

```python
from pfruck_contabo.models.api_ptr_record_response import ApiPtrRecordResponse

# TODO update the JSON string below
json = "{}"
# create an instance of ApiPtrRecordResponse from a JSON string
api_ptr_record_response_instance = ApiPtrRecordResponse.from_json(json)
# print the JSON string representation of the object
print(ApiPtrRecordResponse.to_json())

# convert the object into a dict
api_ptr_record_response_dict = api_ptr_record_response_instance.to_dict()
# create an instance of ApiPtrRecordResponse from a dict
api_ptr_record_response_from_dict = ApiPtrRecordResponse.from_dict(api_ptr_record_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/ApplicationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**image_id** | **str** | Image ID |
**user_data_id** | **str** | User Data ID |
**user_data** | **str** | [Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance. |
**meta_data** | [**ApplicationMetaData**](ApplicationMetaData.md) | Metadata of the application configuration |

## Example

Expand Down
33 changes: 33 additions & 0 deletions docs/ApplicationMetaData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ApplicationMetaData


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**urls** | **List[str]** | |
**logo_url** | **str** | |
**initial_username** | **str** | |
**documentation_urls** | **List[str]** | |
**requires_password_for_install** | **bool** | |

## Example

```python
from pfruck_contabo.models.application_meta_data import ApplicationMetaData

# TODO update the JSON string below
json = "{}"
# create an instance of ApplicationMetaData from a JSON string
application_meta_data_instance = ApplicationMetaData.from_json(json)
# print the JSON string representation of the object
print(ApplicationMetaData.to_json())

# convert the object into a dict
application_meta_data_dict = application_meta_data_instance.to_dict()
# create an instance of ApplicationMetaData from a dict
application_meta_data_from_dict = ApplicationMetaData.from_dict(application_meta_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


29 changes: 29 additions & 0 deletions docs/AssignInstanceFirewallResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# AssignInstanceFirewallResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**links** | [**InstanceAssignmentSelfLinks1**](InstanceAssignmentSelfLinks1.md) | Links for easy navigation. |

## Example

```python
from pfruck_contabo.models.assign_instance_firewall_response import AssignInstanceFirewallResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AssignInstanceFirewallResponse from a JSON string
assign_instance_firewall_response_instance = AssignInstanceFirewallResponse.from_json(json)
# print the JSON string representation of the object
print(AssignInstanceFirewallResponse.to_json())

# convert the object into a dict
assign_instance_firewall_response_dict = assign_instance_firewall_response_instance.to_dict()
# create an instance of AssignInstanceFirewallResponse from a dict
assign_instance_firewall_response_from_dict = AssignInstanceFirewallResponse.from_dict(assign_instance_firewall_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


33 changes: 33 additions & 0 deletions docs/AuditCountResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# AuditCountResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_date** | **datetime** | Creation date |
**modified_date** | **datetime** | Modify date |
**org_id** | **str** | Org id |
**account_id** | **str** | Account id |
**count** | **float** | Audit for replay quantity |

## Example

```python
from pfruck_contabo.models.audit_count_response import AuditCountResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AuditCountResponse from a JSON string
audit_count_response_instance = AuditCountResponse.from_json(json)
# print the JSON string representation of the object
print(AuditCountResponse.to_json())

# convert the object into a dict
audit_count_response_dict = audit_count_response_instance.to_dict()
# create an instance of AuditCountResponse from a dict
audit_count_response_from_dict = AuditCountResponse.from_dict(audit_count_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


31 changes: 31 additions & 0 deletions docs/BaseCheckCollectionCreateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# BaseCheckCollectionCreateRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object_type** | **str** | Object type to be handled |
**object_id** | **str** | ID of the object, to be handled |
**check_collection_template_id** | **float** | Check Template for this check collection |

## Example

```python
from pfruck_contabo.models.base_check_collection_create_request import BaseCheckCollectionCreateRequest

# TODO update the JSON string below
json = "{}"
# create an instance of BaseCheckCollectionCreateRequest from a JSON string
base_check_collection_create_request_instance = BaseCheckCollectionCreateRequest.from_json(json)
# print the JSON string representation of the object
print(BaseCheckCollectionCreateRequest.to_json())

# convert the object into a dict
base_check_collection_create_request_dict = base_check_collection_create_request_instance.to_dict()
# create an instance of BaseCheckCollectionCreateRequest from a dict
base_check_collection_create_request_from_dict = BaseCheckCollectionCreateRequest.from_dict(base_check_collection_create_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


32 changes: 32 additions & 0 deletions docs/BaseCheckCreateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# BaseCheckCreateRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object_type** | **str** | Object type to be handled |
**object_id** | **str** | ID of the object, to be handled |
**check_template_id** | **float** | Check Template for this check |
**check_collection_id** | **float** | Check Collection for this check | [optional]

## Example

```python
from pfruck_contabo.models.base_check_create_request import BaseCheckCreateRequest

# TODO update the JSON string below
json = "{}"
# create an instance of BaseCheckCreateRequest from a JSON string
base_check_create_request_instance = BaseCheckCreateRequest.from_json(json)
# print the JSON string representation of the object
print(BaseCheckCreateRequest.to_json())

# convert the object into a dict
base_check_create_request_dict = base_check_create_request_instance.to_dict()
# create an instance of BaseCheckCreateRequest from a dict
base_check_create_request_from_dict = BaseCheckCreateRequest.from_dict(base_check_create_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading