Oracle Integration · JSON Structure

Developer Api Monitoring Instance Structure

MonitoringInstance structure from Oracle Integration Developer API.

Type: object Properties: 6
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess Automation

MonitoringInstance is a JSON Structure definition published by Oracle Integration, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id integrationId status startTime endTime businessIdentifier

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/oracle-integration/refs/heads/main/json-structure/developer-api-monitoring-instance-structure.json",
  "name": "MonitoringInstance",
  "description": "MonitoringInstance structure from Oracle Integration Developer API.",
  "type": "object",
  "properties": {
    "id": {"type": "string", "description": "Instance identifier."},
    "integrationId": {"type": "string", "description": "Parent integration identifier."},
    "status": {"type": "string", "description": "Instance status.", "enum": ["COMPLETED", "FAILED", "ABORTED", "IN_PROGRESS"]},
    "startTime": {"type": "datetime", "description": "Instance start time."},
    "endTime": {"type": "datetime", "description": "Instance end time."},
    "businessIdentifier": {"type": "string", "description": "Business identifier for the instance."}
  }
}