Ternary · JSON Structure

Ternary Anomaly Structure

Structure documentation for a cloud cost anomaly detected by Ternary's ML-powered algorithms.

Type: Properties: 0
Cloud Cost ManagementCost OptimizationFinOpsGoogle CloudKubernetesMulti-Cloud

Ternary Cloud Cost Anomaly is a JSON Structure definition published by Ternary.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Ternary Cloud Cost Anomaly",
  "description": "Structure documentation for a cloud cost anomaly detected by Ternary's ML-powered algorithms.",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique system-generated identifier for the anomaly"
    },
    {
      "name": "cloud_provider",
      "type": "string",
      "required": true,
      "description": "Cloud provider where anomaly was detected",
      "enum": ["gcp", "aws", "azure", "oci", "alibaba"]
    },
    {
      "name": "service",
      "type": "string",
      "required": false,
      "description": "Cloud service that generated the anomalous costs (e.g., BigQuery, EC2, Azure Functions)"
    },
    {
      "name": "severity",
      "type": "string",
      "required": false,
      "description": "Severity level based on cost delta magnitude",
      "enum": ["low", "medium", "high", "critical"]
    },
    {
      "name": "status",
      "type": "string",
      "required": true,
      "description": "Current resolution workflow status",
      "enum": ["open", "acknowledged", "resolved"]
    },
    {
      "name": "expected_cost",
      "type": "number",
      "required": false,
      "description": "Baseline cost expected based on ML historical analysis (USD)"
    },
    {
      "name": "actual_cost",
      "type": "number",
      "required": false,
      "description": "Actual observed cost that triggered anomaly detection (USD)"
    },
    {
      "name": "cost_delta",
      "type": "number",
      "required": false,
      "description": "Difference: actual_cost minus expected_cost (USD)"
    },
    {
      "name": "detected_at",
      "type": "string (date-time)",
      "required": true,
      "description": "ISO 8601 timestamp of when anomaly was first detected"
    },
    {
      "name": "acknowledged_at",
      "type": "string (date-time)",
      "required": false,
      "description": "ISO 8601 timestamp of when anomaly was acknowledged by a team member"
    },
    {
      "name": "comment",
      "type": "string",
      "required": false,
      "description": "Optional comment added when acknowledging"
    },
    {
      "name": "affected_resources",
      "type": "array[string]",
      "required": false,
      "description": "List of cloud resource IDs contributing to the anomaly"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/ternary-anomaly-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.