Occurrence
One instance of an AppOmni Posture Finding against one object in one monitored service. This is the unit that is closed by exception and restored. Derived from the real response body of GET /api/v1/findings/occurrence/ in AppOmni's public Postman collection (https://api.appomni.com/).
Properties
| Name | Type | Description |
|---|---|---|
| id | string | UUIDv7 occurrence identifier |
| finding_id | string | The Finding this occurrence belongs to |
| identity_hash | string | |
| monitored_service_id | integer | |
| status | string | open or closed |
| detailed_status_name | string | Machine name of the detailed status, e.g. new |
| detailed_status_label | string | Display label of the detailed status, e.g. New |
| reasons | array | Human-readable statements of why this occurrence was raised |
| context | object | Free-form detail about the subject object. Keys vary by finding type — user_id, user_name, user_email, group_id, group_name, perm_name, perm_label and others appear in AppOmni's own examples. |
| first_opened | string | |
| last_opened | string | |
| last_closed | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/appomni/main/json-schema/appomni-occurrence-schema.json",
"title": "Occurrence",
"description": "One instance of an AppOmni Posture Finding against one object in one monitored service. This is the unit that is closed by exception and restored. Derived from the real response body of GET /api/v1/findings/occurrence/ in AppOmni's public Postman collection (https://api.appomni.com/).",
"x-generated": "2026-09-04",
"x-method": "derived",
"x-source": "https://api.appomni.com/",
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid", "description": "UUIDv7 occurrence identifier" },
"finding_id": { "type": "string", "format": "uuid", "description": "The Finding this occurrence belongs to" },
"identity_hash": { "type": "string" },
"monitored_service_id": { "type": "integer" },
"status": { "type": "string", "description": "open or closed" },
"detailed_status_name": { "type": "string", "description": "Machine name of the detailed status, e.g. new" },
"detailed_status_label": { "type": "string", "description": "Display label of the detailed status, e.g. New" },
"reasons": {
"type": "array",
"description": "Human-readable statements of why this occurrence was raised",
"items": { "type": "string" }
},
"context": {
"type": "object",
"description": "Free-form detail about the subject object. Keys vary by finding type — user_id, user_name, user_email, group_id, group_name, perm_name, perm_label and others appear in AppOmni's own examples.",
"additionalProperties": true
},
"first_opened": { "type": "string", "format": "date-time" },
"last_opened": { "type": "string", "format": "date-time" },
"last_closed": { "type": ["string", "null"], "format": "date-time" }
},
"required": ["id", "finding_id", "monitored_service_id", "status"]
}
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
curl "https://apis.io/api/v1/json-schemas/appomni-occurrence"
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.