Scaleway · Schema
scaleway.vpc.v2.VPCConnector
Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
Properties
| Name | Type | Description |
|---|---|---|
| id | string | VPC connector ID. (UUID format) |
| name | string | VPC connector name. |
| organization_id | string | Scaleway Organization the VPC connector belongs to. (UUID format) |
| project_id | string | Scaleway Project the VPC connector belongs to. (UUID format) |
| vpc_id | string | VPC the VPC connector belongs to (origin VPC). (UUID format) |
| target_vpc_id | string | VPC with which the VPC connector is peered (target VPC). (UUID format) |
| status | string | Status of the VPC connector. |
| peer_info | object | Peer info of target VPC. Available when status is Peered. |
| region | string | Region of the VPC connector. |
| tags | array | Tags for the VPC connector. |
| created_at | string | Date the VPC connector was created. (RFC 3339 format) |
| updated_at | string | Date the VPC connector was last modified. (RFC 3339 format) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/scaleway.vpc.v2.VPCConnector",
"title": "scaleway.vpc.v2.VPCConnector",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "VPC connector ID. (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"name": {
"type": "string",
"description": "VPC connector name."
},
"organization_id": {
"type": "string",
"description": "Scaleway Organization the VPC connector belongs to. (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"project_id": {
"type": "string",
"description": "Scaleway Project the VPC connector belongs to. (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"vpc_id": {
"type": "string",
"description": "VPC the VPC connector belongs to (origin VPC). (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"target_vpc_id": {
"type": "string",
"description": "VPC with which the VPC connector is peered (target VPC). (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"status": {
"type": "string",
"description": "Status of the VPC connector.",
"enum": [
"unknown_vpc_connector_status",
"orphan",
"peered",
"conflict"
],
"default": "unknown_vpc_connector_status"
},
"peer_info": {
"type": "object",
"description": "Peer info of target VPC. Available when status is Peered.",
"properties": {
"organization_id": {
"type": "string",
"description": "(UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"project_id": {
"type": "string",
"description": "(UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"vpc_name": {
"type": "string"
}
},
"x-properties-order": [
"organization_id",
"project_id",
"vpc_name"
]
},
"region": {
"type": "string",
"description": "Region of the VPC connector."
},
"tags": {
"type": "array",
"description": "Tags for the VPC connector.",
"items": {
"type": "string"
}
},
"created_at": {
"type": "string",
"description": "Date the VPC connector was created. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
},
"updated_at": {
"type": "string",
"description": "Date the VPC connector was last modified. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
}
},
"x-properties-order": [
"id",
"name",
"organization_id",
"project_id",
"vpc_id",
"target_vpc_id",
"status",
"peer_info",
"region",
"tags",
"created_at",
"updated_at"
]
}
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/scaleway-scalewayvpcv2vpcconnector"
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.