Oracle Essbase · Schema

Oracle Essbase Database

An Oracle Essbase database (cube) within an application. Databases contain the multi-dimensional data model with dimensions, members, and data values. Each database has its own outline, scripts, filters, and security configuration.

AnalyticsBudgetingBusiness IntelligenceFinancial ConsolidationMulti-Dimensional DatabaseOLAPPlanning

Properties

Name Type Description
name string Database name. Must not contain spaces.
application string Name of the parent application that contains this database.
owner string User ID of the database owner.
creationTime integer Database creation timestamp in milliseconds since Unix epoch.
modifiedBy string User ID of the person who last modified the database.
modifiedTime integer Last modification timestamp in milliseconds since Unix epoch.
status string Current runtime status of the database.
startTime integer Timestamp when the database was last started, in milliseconds since Unix epoch.
description string Human-readable description of the database purpose.
type string Storage type of the database. ASO (Aggregate Storage Option) is optimized for read-heavy analytical queries. BSO (Block Storage Option) is optimized for write-heavy planning and forecasting. CURRENCY
applicationRole string The authenticated user's application role for this database.
easManagedApp boolean Whether the parent application is managed in EAS Lite (Essbase 21c independent deployment only).
startStopDBAllowed boolean Whether the user has permission to start or stop this database.
inspectDBAllowed boolean Whether the user has permission to inspect this database.
dbVariablesSetting object
links array HATEOAS navigation links for related resources.
View JSON Schema on GitHub

JSON Schema

oracle-essbase-database-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "oracle-essbase-database-schema.json",
  "title": "Oracle Essbase Database",
  "description": "An Oracle Essbase database (cube) within an application. Databases contain the multi-dimensional data model with dimensions, members, and data values. Each database has its own outline, scripts, filters, and security configuration.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Database name. Must not contain spaces."
    },
    "application": {
      "type": "string",
      "description": "Name of the parent application that contains this database."
    },
    "owner": {
      "type": "string",
      "description": "User ID of the database owner."
    },
    "creationTime": {
      "type": "integer",
      "description": "Database creation timestamp in milliseconds since Unix epoch."
    },
    "modifiedBy": {
      "type": "string",
      "description": "User ID of the person who last modified the database."
    },
    "modifiedTime": {
      "type": "integer",
      "description": "Last modification timestamp in milliseconds since Unix epoch."
    },
    "status": {
      "type": "string",
      "description": "Current runtime status of the database.",
      "enum": ["started", "stopped"]
    },
    "startTime": {
      "type": "integer",
      "description": "Timestamp when the database was last started, in milliseconds since Unix epoch."
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the database purpose."
    },
    "type": {
      "type": "string",
      "description": "Storage type of the database. ASO (Aggregate Storage Option) is optimized for read-heavy analytical queries. BSO (Block Storage Option) is optimized for write-heavy planning and forecasting. CURRENCY is for currency conversion databases.",
      "enum": ["ASO", "BSO", "CURRENCY"]
    },
    "applicationRole": {
      "type": "string",
      "description": "The authenticated user's application role for this database."
    },
    "easManagedApp": {
      "type": "boolean",
      "description": "Whether the parent application is managed in EAS Lite (Essbase 21c independent deployment only)."
    },
    "startStopDBAllowed": {
      "type": "boolean",
      "description": "Whether the user has permission to start or stop this database."
    },
    "inspectDBAllowed": {
      "type": "boolean",
      "description": "Whether the user has permission to inspect this database."
    },
    "dbVariablesSetting": {
      "$ref": "#/$defs/VariablesSetting"
    },
    "links": {
      "type": "array",
      "description": "HATEOAS navigation links for related resources.",
      "items": {
        "$ref": "#/$defs/Link"
      }
    }
  },
  "required": ["name"],
  "$defs": {
    "VariablesSetting": {
      "type": "object",
      "description": "Settings controlling substitution variable visibility and update permissions.",
      "properties": {
        "showVariables": {
          "type": "boolean",
          "description": "Whether substitution variables are visible to users."
        },
        "updateVariables": {
          "type": "boolean",
          "description": "Whether substitution variables can be updated by users."
        }
      }
    },
    "Link": {
      "type": "object",
      "description": "HATEOAS navigation link.",
      "properties": {
        "rel": {
          "type": "string",
          "description": "Link relation type."
        },
        "href": {
          "type": "string",
          "format": "uri",
          "description": "Link URL."
        },
        "method": {
          "type": "string",
          "description": "HTTP method for this link."
        },
        "type": {
          "type": "string",
          "description": "Media type of the linked resource."
        }
      }
    }
  }
}

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/oracle-essbase-database"
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.