All URIs are relative to https://s3.ionos.com
Method | HTTP request | Description |
---|---|---|
regions_find_by_region | GET /regions/{region} | Retrieve Region |
regions_get | GET /regions | Retrieve all Regions |
RegionRead regions_find_by_region(region)
Retrieve Region
Returns the Region by Region.
Name | Type | Description | Notes |
---|---|---|---|
region | str | The Region of the Region. |
tokenAuth
- Content-Type: Not defined
- Accept: application/json
RegionReadList regions_get(offset=offset, limit=limit)
Retrieve all Regions
This endpoint enables retrieving all Regions using pagination and optional filters.
Name | Type | Description | Notes |
---|---|---|---|
offset | int | The first element (of the total list of elements) to include in the response. Use together with limit for pagination. | [optional] [default to 0] |
limit | int | The maximum number of elements to return. Use together with offset for pagination. | [optional] [default to 100] |
tokenAuth
- Content-Type: Not defined
- Accept: application/json