ListServerNeighborsRequest

ListServerNeighborsRequest schema from Amazon Application Discovery Service API

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Properties

Name Type Description
configurationId string Configuration ID of the server for which neighbors are being listed.
portInformationNeeded boolean Flag to indicate if port and protocol information is needed as part of the response.
neighborConfigurationIds array List of configuration IDs to test for one-hop-away. Mandatory parameter when PortInformationNeeded is true.
maxResults integer Maximum number of results to return in a single page of output.
nextToken string Token to retrieve the next set of results.
View JSON Schema on GitHub

JSON Schema

application-discovery-service-list-server-neighbors-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-schema/application-discovery-service-list-server-neighbors-request-schema.json",
  "title": "ListServerNeighborsRequest",
  "description": "ListServerNeighborsRequest schema from Amazon Application Discovery Service API",
  "type": "object",
  "properties": {
    "configurationId": {
      "type": "string",
      "example": "d-SERVER-500456",
      "description": "Configuration ID of the server for which neighbors are being listed."
    },
    "portInformationNeeded": {
      "type": "boolean",
      "example": false,
      "description": "Flag to indicate if port and protocol information is needed as part of the response."
    },
    "neighborConfigurationIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "d-SERVER-500457"
      ],
      "description": "List of configuration IDs to test for one-hop-away. Mandatory parameter when PortInformationNeeded is true."
    },
    "maxResults": {
      "type": "integer",
      "example": 10,
      "description": "Maximum number of results to return in a single page of output."
    },
    "nextToken": {
      "type": "string",
      "example": "",
      "description": "Token to retrieve the next set of results."
    }
  },
  "required": [
    "configurationId"
  ]
}

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/application-discovery-service-list-server-neighbors-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.