Amazon FinSpace · Schema
KxCluster
Represents a cluster of compute resources in a FinSpace kdb environment.
Capital MarketsData AnalyticsData ManagementFinancial-Services
Properties
| Name | Type | Description |
|---|---|---|
| clusterName | string | |
| status | string | |
| statusReason | string | |
| clusterType | string | |
| tickerplantLogConfiguration | object | |
| volumes | array | |
| databases | array | |
| cacheStorageConfigurations | array | |
| autoScalingConfiguration | object | |
| clusterDescription | string | |
| capacityConfiguration | object | |
| releaseLabel | string | |
| vpcConfiguration | object | |
| initializationScript | string | |
| commandLineArguments | array | |
| code | object | |
| executionRole | string | |
| lastModifiedTimestamp | string | |
| savedownStorageConfiguration | object | |
| azMode | string | |
| availabilityZoneId | string | |
| createdTimestamp | string | |
| tags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-finspace/refs/heads/main/json-schema/amazon-finspace-kx-cluster-schema.json",
"title": "KxCluster",
"description": "Represents a cluster of compute resources in a FinSpace kdb environment.",
"type": "object",
"properties": {
"clusterName": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"PENDING",
"CREATING",
"CREATE_FAILED",
"RUNNING",
"UPDATING",
"DELETING",
"DELETED",
"DELETE_FAILED"
]
},
"statusReason": {
"type": "string"
},
"clusterType": {
"type": "string",
"enum": [
"HDB",
"RDB",
"GATEWAY",
"GP",
"TICKERPLANT"
]
},
"tickerplantLogConfiguration": {
"type": "object"
},
"volumes": {
"type": "array",
"items": {
"type": "object"
}
},
"databases": {
"type": "array",
"items": {
"type": "object"
}
},
"cacheStorageConfigurations": {
"type": "array",
"items": {
"type": "object"
}
},
"autoScalingConfiguration": {
"type": "object"
},
"clusterDescription": {
"type": "string"
},
"capacityConfiguration": {
"type": "object",
"properties": {
"nodeType": {
"type": "string"
},
"nodeCount": {
"type": "integer"
}
}
},
"releaseLabel": {
"type": "string"
},
"vpcConfiguration": {
"type": "object"
},
"initializationScript": {
"type": "string"
},
"commandLineArguments": {
"type": "array",
"items": {
"type": "object"
}
},
"code": {
"type": "object"
},
"executionRole": {
"type": "string"
},
"lastModifiedTimestamp": {
"type": "string",
"format": "date-time"
},
"savedownStorageConfiguration": {
"type": "object"
},
"azMode": {
"type": "string",
"enum": [
"SINGLE",
"MULTI"
]
},
"availabilityZoneId": {
"type": "string"
},
"createdTimestamp": {
"type": "string",
"format": "date-time"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"required": [
"clusterName",
"clusterType",
"capacityConfiguration",
"releaseLabel",
"azMode"
]
}
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/amazon-finspace-kx-cluster"
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.