openapi: 3.1.0 info: title: OpsRamp Alerts Resources Search API description: OpsRamp is an AIOps and IT operations management platform. The REST API covers authentication, resources, alerts, monitoring, tickets, and automation jobs. version: '2.0' servers: - url: https://api.opsramp.com description: OpsRamp API tags: - name: Resources Search paths: /{tenantId}/resources-search: parameters: - $ref: '#/components/parameters/TenantId' get: summary: Search resources with filtering operationId: searchResources responses: '200': $ref: '#/components/responses/Generic' tags: - Resources Search components: parameters: TenantId: name: tenantId in: path required: true schema: type: string responses: Generic: description: Successful response content: application/json: schema: type: object additionalProperties: true x-generated-from: https://develop.opsramp.com/v3 x-generated-by: claude-crawl-2026-05-08