Scaleway · Schema
scaleway.instance.v1.PlacementGroup
Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Placement group unique ID. |
| name | string | Placement group name. |
| organization | string | Placement group Organization ID. |
| project | string | Placement group Project ID. |
| tags | array | Placement group tags. |
| policy_mode | string | Select the failure mode when the placement cannot be respected, either optional or enforced. |
| policy_type | string | Select the behavior of the placement group, either low_latency (group) or max_availability (spread). |
| policy_respected | boolean | True if the policy is respected, false otherwise. In the server endpoints the value is always false as it is deprecated. In the placement group endpoints the value is correct. |
| zone | string | Zone in which the placement group is located. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/scaleway.instance.v1.PlacementGroup",
"title": "scaleway.instance.v1.PlacementGroup",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Placement group unique ID."
},
"name": {
"type": "string",
"description": "Placement group name."
},
"organization": {
"type": "string",
"description": "Placement group Organization ID."
},
"project": {
"type": "string",
"description": "Placement group Project ID."
},
"tags": {
"type": "array",
"description": "Placement group tags.",
"items": {
"type": "string"
}
},
"policy_mode": {
"type": "string",
"description": "Select the failure mode when the placement cannot be respected, either optional or enforced.",
"enum": [
"optional",
"enforced"
],
"default": "optional"
},
"policy_type": {
"type": "string",
"description": "Select the behavior of the placement group, either low_latency (group) or max_availability (spread).",
"enum": [
"max_availability",
"low_latency"
],
"default": "max_availability"
},
"policy_respected": {
"type": "boolean",
"description": "True if the policy is respected, false otherwise.\nIn the server endpoints the value is always false as it is deprecated.\nIn the placement group endpoints the value is correct."
},
"zone": {
"type": "string",
"description": "Zone in which the placement group is located."
}
},
"x-properties-order": [
"id",
"name",
"organization",
"project",
"tags",
"policy_mode",
"policy_type",
"policy_respected",
"zone"
]
}
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-scalewayinstancev1placementgroup"
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.