Scaleway · Schema
scaleway.iam.v1alpha1.Log
Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Log ID. (UUID format) |
| created_at | string | Creation date of the log. (RFC 3339 format) |
| ip | string | IP address of the HTTP request linked to the log. (IP address) |
| user_agent | string | User-Agent of the HTTP request linked to the log. |
| action | string | Action linked to the log. |
| bearer_id | string | ID of the principal at the origin of the log. (UUID format) |
| organization_id | string | ID of Organization linked to the log. (UUID format) |
| resource_type | string | Type of the resource linked to the log. |
| resource_id | string | ID of the resource linked to the log. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/scaleway.iam.v1alpha1.Log",
"title": "scaleway.iam.v1alpha1.Log",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Log ID. (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"created_at": {
"type": "string",
"description": "Creation date of the log. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
},
"ip": {
"type": "string",
"description": "IP address of the HTTP request linked to the log. (IP address)",
"example": "1.2.3.4"
},
"user_agent": {
"type": "string",
"description": "User-Agent of the HTTP request linked to the log."
},
"action": {
"type": "string",
"description": "Action linked to the log.",
"enum": [
"unknown_action",
"created",
"updated",
"deleted"
],
"x-enum-descriptions": {
"values": {
"unknown_action": "Unknown action",
"created": "Created",
"updated": "Updated",
"deleted": "Deleted"
}
},
"default": "unknown_action"
},
"bearer_id": {
"type": "string",
"description": "ID of the principal at the origin of the log. (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"organization_id": {
"type": "string",
"description": "ID of Organization linked to the log. (UUID format)",
"example": "6170692e-7363-616c-6577-61792e636f6d"
},
"resource_type": {
"type": "string",
"description": "Type of the resource linked to the log.",
"enum": [
"unknown_resource_type",
"api_key",
"user",
"application",
"group",
"policy"
],
"x-enum-descriptions": {
"values": {
"unknown_resource_type": "Unknown resource type",
"api_key": "API Key",
"user": "User",
"application": "Application",
"group": "Group",
"policy": "Policy"
}
},
"default": "unknown_resource_type"
},
"resource_id": {
"type": "string",
"description": "ID of the resource linked to the log."
}
},
"x-properties-order": [
"id",
"created_at",
"ip",
"user_agent",
"action",
"bearer_id",
"organization_id",
"resource_type",
"resource_id"
]
}
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-scalewayiamv1alpha1log"
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.