Aiven · Schema
OrganizationVpcCreateRequestBody
OrganizationVpcCreateRequestBody
Managed Data InfrastructureApache KafkaPostgreSQLOpenSearchClickHouseRedisMySQLOpen-SourceCloud DatabaseDatabase-as-a-ServiceData StreamingData Platform
Properties
| Name | Type | Description |
|---|---|---|
| clouds | array | Clouds to create this VPC in |
| display_name | string | User defined display name for this VPC |
| peering_connections | array | List of peering connection requests for the VPC |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "OrganizationVpcCreateRequestBody",
"description": "OrganizationVpcCreateRequestBody",
"type": "object",
"properties": {
"clouds": {
"type": "array",
"minItems": 1,
"maxItems": 1,
"description": "Clouds to create this VPC in",
"items": {
"type": "object",
"properties": {
"cloud_name": {
"type": "string",
"maxLength": 256,
"description": "Target cloud"
},
"network_cidr": {
"type": "string",
"maxLength": 18,
"description": "IPv4 network range CIDR"
}
},
"required": [
"cloud_name",
"network_cidr"
]
}
},
"display_name": {
"type": "string",
"maxLength": 64,
"description": "User defined display name for this VPC"
},
"peering_connections": {
"type": "array",
"maxItems": 128,
"description": "List of peering connection requests for the VPC",
"items": {
"type": "object",
"properties": {
"peer_azure_app_id": {
"type": "string",
"maxLength": 1024,
"description": "Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet"
},
"peer_azure_tenant_id": {
"type": "string",
"maxLength": 1024,
"description": "Azure tenant id in UUID4 form"
},
"peer_cloud_account": {
"type": "string",
"maxLength": 1024,
"description": "AWS account ID, GCP project ID, Azure subscription ID of the peered VPC, or string "upcloud" for UpCloud peering connections"
},
"peer_region": {
"type": "string",
"maxLength": 1024,
"description": "The peer VPC's region on AWS. May be omitted or set to null if the peer is in the same region as the Aiven project VPC. Omit or set to null on GCP, Azure, or UpCloud."
},
"peer_resource_group": {
"type": "string",
"maxLength": 1024,
"description": "Azure resource group name of the peered VPC"
},
"peer_vpc": {
"type": "string",
"maxLength": 1024,
"description": "AWS VPC ID, GCP VPC network name, Azure Virtual network name of the peered VPC, or UpCloud VPC ID"
},
"user_peer_network_cidrs": {
"type": "array",
"maxItems": 128,
"description": "List of private IPv4 ranges to route through the peering connection",
"items": {
"type": "string"
}
}
},
"required": [
"peer_cloud_account",
"peer_vpc"
]
}
}
},
"required": [
"clouds",
"peering_connections"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aiven-vpc-create"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.