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
*InstancesAuditsApi* | [**retrieve_instances_audits_list**](docs/InstancesAuditsApi.md#retrieve_instances_audits_list) | **GET** /v1/compute/instances/audits | List history about your instances (audit)
120
120
*InternalApi* | [**create_ticket**](docs/InternalApi.md#create_ticket) | **POST** /v1/create-ticket | Create a new support ticket
121
-
*InternalApi* | [**retrieve_user_is_password_set**](docs/InternalApi.md#retrieve_user_is_password_set) | **GET** /v1/users/is-password-set | Get user is password set status
122
121
*ObjectStoragesApi* | [**cancel_object_storage**](docs/ObjectStoragesApi.md#cancel_object_storage) | **PATCH** /v1/object-storages/{objectStorageId}/cancel | Cancels the specified object storage at the next possible date
123
122
*ObjectStoragesApi* | [**create_object_storage**](docs/ObjectStoragesApi.md#create_object_storage) | **POST** /v1/object-storages | Create a new object storage
124
123
*ObjectStoragesApi* | [**retrieve_data_center_list**](docs/ObjectStoragesApi.md#retrieve_data_center_list) | **GET** /v1/data-centers | List data centers
*UsersApi* | [**list_object_storage_credentials**](docs/UsersApi.md#list_object_storage_credentials) | **GET** /v1/users/{userId}/object-storages/credentials | Get list of S3 compatible object storage credentials for user.
175
-
*UsersApi* | [**regenerate_object_storage_credentials**](docs/UsersApi.md#regenerate_object_storage_credentials) | **PATCH** /v1/users/{userId}/object-storages/{objectStorageId}/credentials/{credentialId} | Regenerates secret key of specified user for the S3 compatible object storages.
*UsersApi* | [**retrieve_user**](docs/UsersApi.md#retrieve_user) | **GET** /v1/users/{userId} | Get specific user by id
179
175
*UsersApi* | [**retrieve_user_client**](docs/UsersApi.md#retrieve_user_client) | **GET** /v1/users/client | Get client
176
+
*UsersApi* | [**retrieve_user_is_password_set**](docs/UsersApi.md#retrieve_user_is_password_set) | **GET** /v1/users/is-password-set | Get user is password set status
180
177
*UsersApi* | [**retrieve_user_list**](docs/UsersApi.md#retrieve_user_list) | **GET** /v1/users | List users
181
178
*UsersApi* | [**update_user**](docs/UsersApi.md#update_user) | **PATCH** /v1/users/{userId} | Update specific user by id
182
179
*UsersAuditsApi* | [**retrieve_user_audits_list**](docs/UsersAuditsApi.md#retrieve_user_audits_list) | **GET** /v1/users/audits | List history about your users (audit)
*UsersObjectStorageCredentialsApi* | [**list_object_storage_credentials**](docs/UsersObjectStorageCredentialsApi.md#list_object_storage_credentials) | **GET** /v1/users/{userId}/object-storages/credentials | Get list of S3 compatible object storage credentials for user.
182
+
*UsersObjectStorageCredentialsApi* | [**regenerate_object_storage_credentials**](docs/UsersObjectStorageCredentialsApi.md#regenerate_object_storage_credentials) | **PATCH** /v1/users/{userId}/object-storages/{objectStorageId}/credentials/{credentialId} | Regenerates secret key of specified user for the S3 compatible object storages.
183
183
*VIPApi* | [**assign_ip**](docs/VIPApi.md#assign_ip) | **POST** /v1/vips/{ip}/{resourceType}/{resourceId} | Assign a VIP to an VPS/VDS/Bare Metal
184
184
*VIPApi* | [**retrieve_vip**](docs/VIPApi.md#retrieve_vip) | **GET** /v1/vips/{ip} | Get specific VIP by ip
185
185
*VIPApi* | [**retrieve_vip_list**](docs/VIPApi.md#retrieve_vip_list) | **GET** /v1/vips | List VIPs
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**private_networking** | **object** | Set this attribute if you want to upgrade your instance with the Private Networking addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
9
-
**additional_ips** | **object** | Set this attribute if you want to upgrade your instance with the Additional IPs addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
8
+
**private_networking** | **Dict[str, object]** | Set this attribute if you want to upgrade your instance with the Private Networking addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
9
+
**additional_ips** | **Dict[str, object]** | Set this attribute if you want to upgrade your instance with the Additional IPs addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
10
+
**backup** | **Dict[str, object]** | Set this attribute if you want to upgrade your instance with the Automated backup addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
10
11
**extra_storage** | [**ExtraStorageRequest**](ExtraStorageRequest.md) | Set this attribute if you want to upgrade your instance with the Extra Storage addon. | [optional]
11
-
**custom_image** | **object** | Set this attribute if you want to upgrade your instance with the Custom Images addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
12
+
**custom_image** | **Dict[str, object]** | Set this attribute if you want to upgrade your instance with the Custom Images addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future. | [optional]
**image_id** | **str** | ImageId to be used to setup the compute instance. Default is Ubuntu 22.04 | [optional][default to 'afecbb85-e2fc-46f0-9684-b46b1faf00bb']
9
-
**product_id** | **str** | Default is V45 | [optional][default to 'V45']
9
+
**product_id** | **str** | Default is V92 | [optional][default to 'V92']
10
10
**region** | **str** | Instance Region where the compute instance should be located. Default is EU | [optional][default to 'EU']
11
11
**ssh_keys** | **List[int]** | Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API. | [optional]
12
12
**root_password** | **int** | `secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API. | [optional]
**status** | [**InstanceStatus**](InstanceStatus.md) | Instance's status |
18
18
**ssh_keys** | **List[int]** | Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API. |
Copy file name to clipboardExpand all lines: docs/CreateUserRequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
**email** | **str** | The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email. |
11
11
**enabled** | **bool** | If user is not enabled, he can't login and thus use services any longer. |
12
12
**totp** | **bool** | Enable or disable two-factor authentication (2FA) via time based OTP. |
13
-
**locale** | **str** | The locale of the user. This can be `de-DE`, `de`, `en-US`, `en` |
13
+
**locale** | **str** | The locale of the user. This can be `de-DE`, `de`, `en-US`, `en`, `es-ES`, `es`. |
14
14
**roles** | **List[int]** | The roles as list of `roleId`s of the user. | [optional]
Copy file name to clipboardExpand all lines: docs/ImagesApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ Name | Type | Description | Notes
338
338
[[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)
@@ -381,10 +381,11 @@ with pfruck_contabo.ApiClient(configuration) as api_client:
381
381
order_by = ['name:asc'] # List[str] | Specify fields and ordering (ASC for ascending, DESC for descending) in following format `field:ASC|DESC`. (optional)
382
382
name ='Ubuntu'# str | The name of the image (optional)
383
383
standard_image = true # bool | Flag indicating that image is either a standard (true) or a custom image (false) (optional)
384
+
search ='windows or Debian'# str | full text search on image name or image os type (optional)
print("The response of ImagesApi->retrieve_image_list:\n")
389
390
pprint(api_response)
390
391
exceptExceptionas e:
@@ -405,6 +406,7 @@ Name | Type | Description | Notes
405
406
**order_by** | [**List[str]**](str.md)| Specify fields and ordering (ASC for ascending, DESC for descending) in following format `field:ASC|DESC`. | [optional]
406
407
**name** | **str**| The name of the image | [optional]
407
408
**standard_image** | **bool**| Flag indicating that image is either a standard (true) or a custom image (false) | [optional]
409
+
**search** | **str**| full text search on image name or image os type | [optional]
0 commit comments