GetEBSVolumeRecommendationsRequest

GetEBSVolumeRecommendationsRequest schema

Cost OptimizationFinOpsMachine-LearningResource Recommendations

Properties

Name Type Description
volumeArns object
nextToken object
maxResults object
filters object
accountIds object
View JSON Schema on GitHub

JSON Schema

compute-optimizer-get-ebs-volume-recommendations-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-get-ebs-volume-recommendations-request-schema.json",
  "title": "GetEBSVolumeRecommendationsRequest",
  "description": "GetEBSVolumeRecommendationsRequest schema",
  "type": "object",
  "properties": {
    "volumeArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeArns"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the volumes for which to return recommendations."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to advance to the next page of volume recommendations."
        }
      ]
    },
    "maxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "<p>The maximum number of volume recommendations to return with a single request.</p> <p>To retrieve the remaining results, make another request with the returned <code>nextToken</code> value.</p>"
        }
      ]
    },
    "filters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EBSFilters"
        },
        {
          "description": "An array of objects to specify a filter that returns a more specific list of volume recommendations."
        }
      ]
    },
    "accountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountIds"
        },
        {
          "description": "<p>The ID of the Amazon Web Services account for which to return volume recommendations.</p> <p>If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.</p> <p>Only one account ID can be specified per request.</p>"
        }
      ]
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/compute-optimizer-get-ebs-volume-recommendations-request"
All schemas
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 email required.

A second provider on the same verified email joins the account you already have.