Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/mongodbflex/src/stackit/mongodbflex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
552 changes: 512 additions & 40 deletions services/mongodbflex/src/stackit/mongodbflex/api/default_api.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand All @@ -37,7 +37,7 @@ def __init__(
)
"""Constructor
"""
self._base_path = "https://mongodb-flex-service.api.eu01.stackit.cloud"
self._base_path = "https://mongodb-flex-service.api.stackit.cloud"
"""Default Base url
"""
self.server_index = 0 if server_index is None else server_index
Expand All @@ -61,13 +61,12 @@ def get_host_settings(self):
"""
return [
{
"url": "https://mongodb-flex-service.api.{region}stackit.cloud",
"url": "https://mongodb-flex-service.api.stackit.cloud",
"description": "No description provided",
"variables": {
"region": {
"description": "No description provided",
"default_value": "eu01.",
"enum_values": ["eu01."],
"default_value": "global",
}
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand All @@ -30,7 +30,9 @@ class CreateInstancePayload(BaseModel):
CreateInstancePayload
"""

acl: ACL
acl: ACL = Field(
description="ACL is the Access Control List defining the IP ranges allowed to connect to the database"
)
backup_schedule: StrictStr = Field(alias="backupSchedule")
flavor_id: StrictStr = Field(alias="flavorId")
labels: Optional[Dict[str, StrictStr]] = Field(default=None, description="Labels field is not certain/clear")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MongoDB Flex Service API

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MongoDB Flex Service API
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Loading
Loading