Oracle Essbase · Schema
JobRecord
Record of an executed or running job.
AnalyticsBudgetingBusiness IntelligenceFinancial ConsolidationMulti-Dimensional DatabaseOLAPPlanning
Properties
| Name | Type | Description |
|---|---|---|
| job_ID | integer | Unique job identifier. |
| appName | string | Application name. |
| dbName | string | Database name. |
| jobType | string | Job type that was executed. |
| jobfileName | string | Associated script or file name. |
| userName | string | User who submitted the job. |
| startTime | integer | Job start time in milliseconds since epoch. |
| endTime | integer | Job end time in milliseconds since epoch. |
| statusCode | integer | Status code: 100=In Progress, 200=Completed, 300=Completed with Warnings, 400=Failed. |
| statusMessage | string | Human-readable status message. |
| jobInputInfo | object | Input parameters used for the job. |
| jobOutputInfo | object | Output and results of the job. |
| links | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/JobRecord",
"title": "JobRecord",
"type": "object",
"description": "Record of an executed or running job.",
"properties": {
"job_ID": {
"type": "integer",
"format": "int64",
"description": "Unique job identifier."
},
"appName": {
"type": "string",
"description": "Application name."
},
"dbName": {
"type": "string",
"description": "Database name."
},
"jobType": {
"type": "string",
"description": "Job type that was executed."
},
"jobfileName": {
"type": "string",
"description": "Associated script or file name."
},
"userName": {
"type": "string",
"description": "User who submitted the job."
},
"startTime": {
"type": "integer",
"format": "int64",
"description": "Job start time in milliseconds since epoch."
},
"endTime": {
"type": "integer",
"format": "int64",
"description": "Job end time in milliseconds since epoch."
},
"statusCode": {
"type": "integer",
"format": "int32",
"description": "Status code: 100=In Progress, 200=Completed, 300=Completed with Warnings, 400=Failed."
},
"statusMessage": {
"type": "string",
"description": "Human-readable status message."
},
"jobInputInfo": {
"type": "object",
"description": "Input parameters used for the job.",
"additionalProperties": true
},
"jobOutputInfo": {
"type": "object",
"description": "Output and results of the job.",
"additionalProperties": true
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
}
}
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/oracle-essbase-jobrecord"
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.