Python SDK for the ionoscloud-vm-autoscaling API
Project description
Python API client for ionoscloud_vm_autoscaling
The VM Auto Scaling Service enables IONOS clients to horizontally scale the number of VM replicas based on configured rules. You can use VM Auto Scaling to ensure that you have a sufficient number of replicas to handle your application loads at all times.
For this purpose, create a VM Auto Scaling Group that contains the server replicas. The VM Auto Scaling Service ensures that the number of replicas in the group is always within the defined limits.
When scaling policies are set, VM Auto Scaling creates or deletes replicas according to the requirements of your applications. For each policy, specified 'scale-in' and 'scale-out' actions are performed when the corresponding thresholds are reached.
Overview
The IONOS Cloud SDK for Python provides you with access to the IONOS Cloud API. The client library supports both simple and complex requests. It is designed for developers who are building applications in Python. All API operations are performed over SSL and authenticated using your IONOS Cloud portal credentials. The API can be accessed within an instance running in IONOS Cloud or directly over the Internet from any application that can send an HTTPS request and receive an HTTPS response.
Installation & Usage
Requirements:
- Python >= 3.5
pip install
Since this package is hosted on Pypi you can install it by using:
pip install ionoscloud-vm-autoscaling
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/ionos-cloud/sdk-python-vm-autoscaling.git
Note: you may need to run pip
with root permission: sudo pip install git+https://github.com/ionos-cloud/sdk-python-vm-autoscaling.git
Then import the package:
import ionoscloud_vm_autoscaling
Setuptools
Install via Setuptools.
python setup.py install --user
or sudo python setup.py install
to install the package for all users
Then import the package:
import ionoscloud_vm_autoscaling
NOTE: The Python SDK does not support Python 2. It only supports Python >= 3.5.
Authentication
The username and password or the authentication token can be manually specified when initializing the SDK client:
configuration = ionoscloud_vm_autoscaling.Configuration(
username='YOUR_USERNAME',
password='YOUR_PASSWORD',
token='YOUR_TOKEN'
)
client = ionoscloud_vm_autoscaling.ApiClient(configuration)
Environment variables can also be used. This is an example of how one would do that:
import os
configuration = ionoscloud_vm_autoscaling.Configuration(
username=os.environ.get('IONOS_USERNAME'),
password=os.environ.get('IONOS_PASSWORD'),
token=os.environ.get('IONOS_TOKEN')
)
client = ionoscloud_vm_autoscaling.ApiClient(configuration)
Warning: Make sure to follow the Information Security Best Practices when using credentials within your code or storing them in a file.
HTTP proxies
You can use http proxies by setting the following environment variables:
IONOS_HTTP_PROXY
- proxy URLIONOS_HTTP_PROXY_HEADERS
- proxy headers
Each line in IONOS_HTTP_PROXY_HEADERS
represents one header, where the header name and value is separated by a colon. Newline characters within a value need to be escaped. See this example:
Connection: Keep-Alive
User-Info: MyID
User-Group: my long\nheader value
Changing the base URL
Base URL for the HTTP operation can be changed in the following way:
import os
configuration = ionoscloud_vm_autoscaling.Configuration(
username=os.environ.get('IONOS_USERNAME'),
password=os.environ.get('IONOS_PASSWORD'),
host=os.environ.get('IONOS_API_URL'),
server_index=None,
)
client = ionoscloud_vm_autoscaling.ApiClient(configuration)
Certificate pinning:
You can enable certificate pinning if you want to bypass the normal certificate checking procedure, by doing the following:
Set env variable IONOS_PINNED_CERT=<insert_sha256_public_fingerprint_here>
You can get the sha256 fingerprint most easily from the browser by inspecting the certificate.
Documentation for API Endpoints
All URIs are relative to https://api.ionos.com/autoscaling
API Endpoints table
Class | Method | HTTP request | Description |
---|---|---|---|
AutoScalingGroupsApi | groups_actions_find_by_id | GET /groups/{groupId}/actions/{actionId} | Get Scaling Action Details by ID |
AutoScalingGroupsApi | groups_actions_get | GET /groups/{groupId}/actions | Get Scaling Actions |
AutoScalingGroupsApi | groups_delete | DELETE /groups/{groupId} | Delete a VM Auto Scaling Group by ID |
AutoScalingGroupsApi | groups_find_by_id | GET /groups/{groupId} | Get an Auto Scaling by ID |
AutoScalingGroupsApi | groups_get | GET /groups | Get VM Auto Scaling Groups |
AutoScalingGroupsApi | groups_post | POST /groups | Create a VM Auto Scaling Group |
AutoScalingGroupsApi | groups_put | PUT /groups/{groupId} | Update a VM Auto Scaling Group by ID |
AutoScalingGroupsApi | groups_servers_find_by_id | GET /groups/{groupId}/servers/{serverId} | Get VM Auto Scaling Group Server by ID |
AutoScalingGroupsApi | groups_servers_get | GET /groups/{groupId}/servers | Get VM Auto Scaling Group Servers |
Documentation For Models
All URIs are relative to https://api.ionos.com/autoscaling
API models list
- Action
- ActionAmount
- ActionCollection
- ActionProperties
- ActionResource
- ActionStatus
- ActionType
- ActionsLinkResource
- AvailabilityZone
- BusType
- CpuFamily
- DatacenterServer
- Error401
- Error401Message
- Error404
- Error404Message
- ErrorAuthorize
- ErrorAuthorizeMessage
- ErrorGroupValidate
- ErrorGroupValidateMessage
- ErrorMessage
- ErrorMessageParse
- Group
- GroupCollection
- GroupEntities
- GroupPolicy
- GroupPolicyScaleInAction
- GroupPolicyScaleOutAction
- GroupPost
- GroupPostEntities
- GroupPostResponse
- GroupProperties
- GroupPropertiesDatacenter
- GroupPut
- GroupPutProperties
- GroupPutPropertiesDatacenter
- GroupResource
- Metadata
- MetadataBasic
- MetadataState
- Metric
- NicFirewallRule
- NicFlowLog
- ParseError
- QueryUnit
- ReplicaNic
- ReplicaPropertiesPost
- ReplicaVolumePost
- Server
- ServerCollection
- ServerProperties
- ServersLinkResource
- TargetGroup
- TerminationPolicyType
- VolumeHwType
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ionoscloud-vm-autoscaling-1.0.1.tar.gz
.
File metadata
- Download URL: ionoscloud-vm-autoscaling-1.0.1.tar.gz
- Upload date:
- Size: 70.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 695897324b50c99d0cf0856439c686771f3ea617ae8bbb6f608af114f2d9e821 |
|
MD5 | 227bdab3d6813b7683149f22f7668a2b |
|
BLAKE2b-256 | d223566858f95de3dadb925b262f647207536061172ec316b5d7d6a6895253b5 |
File details
Details for the file ionoscloud_vm_autoscaling-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ionoscloud_vm_autoscaling-1.0.1-py3-none-any.whl
- Upload date:
- Size: 227.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66fc17dbe07dfbb52fbfa9d05e19ae3c796cbdcd98e4f02de30832180bc8fc5d |
|
MD5 | 8694b9866218be8c3480fa3d83b7c155 |
|
BLAKE2b-256 | f0c4c3455bd38f9fa9d8937c974c646875959f8f6eee7d00e114a75eed38c813 |