SAP HANA · Schema

InventoryInstance

An SAP HANA Cloud instance as represented in the inventory service, providing a consolidated view of instance status and configuration.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
serviceInstanceId string The unique identifier of the service instance.
servicePlanName string The name of the service plan (e.g., hana, hana-td, relational-data-lake).
instanceName string The display name of the instance.
provisioningState string The current provisioning state of the instance.
operationalState string The current operational state of the instance.
memory integer Allocated memory in gigabytes.
vcpu integer Number of allocated virtual CPUs.
storage integer Allocated persistent storage in gigabytes.
createdAt string ISO 8601 timestamp when the instance was created.
modifiedAt string ISO 8601 timestamp when the instance was last modified.
View JSON Schema on GitHub

JSON Schema

sap-hana-inventoryinstance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InventoryInstance",
  "title": "InventoryInstance",
  "type": "object",
  "description": "An SAP HANA Cloud instance as represented in the inventory service, providing a consolidated view of instance status and configuration.",
  "properties": {
    "serviceInstanceId": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the service instance.",
      "example": "500123"
    },
    "servicePlanName": {
      "type": "string",
      "description": "The name of the service plan (e.g., hana, hana-td, relational-data-lake).",
      "example": "example_value"
    },
    "instanceName": {
      "type": "string",
      "description": "The display name of the instance.",
      "example": "example_value"
    },
    "provisioningState": {
      "type": "string",
      "description": "The current provisioning state of the instance.",
      "enum": [
        "Provisioned",
        "Provisioning",
        "Deprovisioning",
        "Error"
      ],
      "example": "Provisioned"
    },
    "operationalState": {
      "type": "string",
      "description": "The current operational state of the instance.",
      "enum": [
        "Started",
        "Starting",
        "Stopped",
        "Stopping",
        "Error"
      ],
      "example": "Started"
    },
    "memory": {
      "type": "integer",
      "description": "Allocated memory in gigabytes.",
      "example": 10
    },
    "vcpu": {
      "type": "integer",
      "description": "Number of allocated virtual CPUs.",
      "example": 10
    },
    "storage": {
      "type": "integer",
      "description": "Allocated persistent storage in gigabytes.",
      "example": 10
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the instance was created.",
      "example": "2026-01-15T10:30:00Z"
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the instance was last modified.",
      "example": "2026-01-15T10:30:00Z"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-hana-inventoryinstance"
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 email required.

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