Custom_Cloud

Create a custom cloud

This endpoint may be changed or removed at any time. Don't use it in production environments.

Creates a custom cloud environment in an organization.

post/organization/{organization_id}/custom-cloud-environments

Path parameters

organization_idstring required

ID of an organization

Request body

cloud_provider'aws' | 'azure' | 'google' | 'oracle' required

Cloud provider for the BYOC cloud

cloud_regionstring required

Cloud region for the BYOC cloud

deployment_model'direct_ipsec_ingress' | 'ipsec_ingress' | 'standard' | 'standard_public' | 'pci_dss' | 'hipaa' required

Deployment model for the BYOC cloud

display_namestring required

Short name for this BYOC cloud

reserved_cidrstring required

CIDR range reserved for Aiven provisioned networks in the BYOC cloud

tagsobject

Set of resource tags

Response

Response

messagestring

Printable result of the request

Changes

Changed in 3 of the 13 revisions of this API.3

    • added the optional property custom_cloud_environment/aiven_azure_cce_client_id to the response with the 200 status

      response-optional-property-added

    • added the optional property custom_cloud_environment/azure_tenant_id to the response with the 200 status

      response-optional-property-added

    • added the optional property custom_cloud_environment/azure_subscription_id to the response with the 200 status

      response-optional-property-added