Oracle Enterprise Manager · Arazzo Workflow

Oracle Enterprise Manager Investigate and Suppress Incident

Version 1.0.0

Review an incident's details and annotations, then suppress it.

1 workflow 1 source API 1 provider
View Spec View on GitHub Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracleArazzoWorkflows

Provider

oracle-enterprise-manager

Workflows

investigate-suppress-incident
Pull an incident's details and annotations, then suppress it.
Reads the incident, reviews its annotation history, and suppresses the incident from active views and notifications.
3 steps inputs: incidentId outputs: annotations, incidentId, suppressedStatus
1
getIncidentDetails
Retrieve the incident detail record to confirm its current state.
2
getAnnotations
Read the annotations attached to the incident to capture the investigation record before suppressing.
3
suppressTheIncident
Suppress the incident so it no longer appears in active incident views or triggers notifications.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Oracle Enterprise Manager Investigate and Suppress Incident
  summary: Review an incident's details and annotations, then suppress it.
  description: >-
    Supports the "known issue under investigation" pattern. Given an incident
    identifier, the workflow retrieves the incident detail record, reads the
    annotations (investigation and remediation notes) attached to it, and then
    suppresses the incident so it stops surfacing in active views and triggering
    notifications while the team works it. Three real operations are chained so
    the suppress action is always preceded by the context that justifies it.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-600.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-600.30
      capability_name: IT Service Management
      spec: oracle-enterprise-manager-incidents-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: incidentsApi
  url: ../openapi/oracle-enterprise-manager-incidents-api-openapi.yml
  type: openapi
workflows:
- workflowId: investigate-suppress-incident
  summary: Pull an incident's details and annotations, then suppress it.
  description: >-
    Reads the incident, reviews its annotation history, and suppresses the
    incident from active views and notifications.
  inputs:
    type: object
    required:
    - incidentId
    properties:
      incidentId:
        type: string
        description: Unique identifier of the incident to investigate and suppress.
  steps:
  - stepId: getIncidentDetails
    description: Retrieve the incident detail record to confirm its current state.
    operationId: getIncident
    parameters:
    - name: incidentId
      in: path
      value: $inputs.incidentId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      incidentId: $response.body#/incidentId
      status: $response.body#/status
      severity: $response.body#/severity
  - stepId: getAnnotations
    description: >-
      Read the annotations attached to the incident to capture the
      investigation record before suppressing.
    operationId: getIncidentAnnotations
    parameters:
    - name: incidentId
      in: path
      value: $steps.getIncidentDetails.outputs.incidentId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      annotations: $response.body#/items
  - stepId: suppressTheIncident
    description: >-
      Suppress the incident so it no longer appears in active incident views
      or triggers notifications.
    operationId: suppressIncident
    parameters:
    - name: incidentId
      in: path
      value: $steps.getIncidentDetails.outputs.incidentId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      incidentId: $response.body#/incidentId
      suppressedStatus: $response.body#/status
  outputs:
    incidentId: $steps.getIncidentDetails.outputs.incidentId
    suppressedStatus: $steps.suppressTheIncident.outputs.suppressedStatus
    annotations: $steps.getAnnotations.outputs.annotations

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/oracle-enterprise-manager-investigate-suppress-incident-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.