Amazon OpenSearch Service · Arazzo Workflow

Amazon OpenSearch Service Inventory All Domains

Version 1.0.0

List every domain name in the account and fetch full configuration details for all of them.

1 workflow 1 source API 1 provider
View Spec View on GitHub AnalyticsElasticsearchFull-Text SearchLog AnalyticsOpenSearchSearchArazzoWorkflows

Provider

amazon-opensearch-service

Workflows

inventory-domains
List all domain names and bulk-describe them.
Retrieves the full set of domain names in the account and then fetches their configuration details with a single bulk DescribeDomains call.
2 steps inputs: domainNames outputs: domainNames, domainStatusList
1
listDomains
List the names of all OpenSearch domains owned by the current account.
2
describeDomains
Submit a single bulk DescribeDomains request for the supplied or discovered list of domain names to retrieve their configuration details.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon OpenSearch Service Inventory All Domains
  summary: List every domain name in the account and fetch full configuration details for all of them.
  description: >-
    Builds a complete inventory of the OpenSearch domains in the account. The
    workflow first lists all domain names owned by the caller, then submits a
    single bulk DescribeDomains request to retrieve the configuration detail for
    that set of domains in one call. Each step spells out its request inline so
    the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
sourceDescriptions:
- name: domainsApi
  url: ../openapi/amazon-opensearch-service-domains-api-openapi.yml
  type: openapi
workflows:
- workflowId: inventory-domains
  summary: List all domain names and bulk-describe them.
  description: >-
    Retrieves the full set of domain names in the account and then fetches their
    configuration details with a single bulk DescribeDomains call.
  inputs:
    type: object
    properties:
      domainNames:
        type: array
        description: >-
          Optional explicit list of domain names to describe. When omitted the
          workflow describes the names returned by ListDomainNames.
        items:
          type: string
  steps:
  - stepId: listDomains
    description: >-
      List the names of all OpenSearch domains owned by the current account.
    operationId: ListDomainNames
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      domainNames: $response.body#/DomainNames
  - stepId: describeDomains
    description: >-
      Submit a single bulk DescribeDomains request for the supplied or
      discovered list of domain names to retrieve their configuration details.
    operationId: DescribeDomains
    requestBody:
      contentType: application/json
      payload:
        DomainNames: $inputs.domainNames
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      domainStatusList: $response.body#/DomainStatusList
  outputs:
    domainNames: $steps.listDomains.outputs.domainNames
    domainStatusList: $steps.describeDomains.outputs.domainStatusList

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/amazon-opensearch-service-inventory-domains-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.