Akri · JSON Structure

Akri Akri Instance Structure

Akri Instance custom resource (instances.akri.sh) representing a single discovered device. Automatically created and destroyed as devices appear and disappear.

Type: object Properties: 4
Device ManagementEdge ComputingIoTKubernetesCNCFOpen-SourceOPC UAONVIFudev

AkriInstance is a JSON Structure definition published by Akri, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

apiVersion kind metadata spec

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akri/refs/heads/main/json-structure/akri-akri-instance-structure.json",
  "name": "AkriInstance",
  "type": "object",
  "description": "Akri Instance custom resource (instances.akri.sh) representing a single discovered device. Automatically created and destroyed as devices appear and disappear.",
  "properties": {
    "apiVersion": {
      "type": "string",
      "description": "API version of the Akri Instance resource",
      "example": "akri.sh/v0"
    },
    "kind": {
      "type": "string",
      "description": "Resource kind",
      "example": "Instance"
    },
    "metadata": {
      "type": "object",
      "description": "Kubernetes object metadata",
      "properties": {
        "name": {
          "type": "string",
          "description": "Instance name in format configuration-name-hash",
          "example": "onvif-camera-a1b2c3"
        },
        "namespace": {
          "type": "string",
          "description": "Kubernetes namespace",
          "example": "default"
        }
      }
    },
    "spec": {
      "type": "object",
      "description": "Instance specification",
      "properties": {
        "configurationName": {
          "type": "string",
          "description": "Name of the parent Configuration resource",
          "example": "onvif-camera"
        },
        "shared": {
          "type": "boolean",
          "description": "Whether device is shared across multiple nodes",
          "example": false
        },
        "nodes": {
          "type": "array",
          "description": "List of nodes that can access this device",
          "items": {
            "type": "string"
          },
          "example": [
            "node-01",
            "node-02"
          ]
        },
        "deviceUsage": {
          "type": "object",
          "description": "Map of slot names to broker pod names",
          "additionalProperties": {
            "type": "string"
          }
        },
        "metadata": {
          "type": "object",
          "description": "Device-specific metadata from discovery",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    }
  }
}

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/akri-akri-instance-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 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.