DescribeAgentsResponse

DescribeAgentsResponse schema from Amazon Application Discovery Service API

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Properties

Name Type Description
agentsInfo array Lists agents or the collectors with status and configuration.
nextToken string Token to retrieve the next set of results.
View JSON Schema on GitHub

JSON Schema

application-discovery-service-describe-agents-response-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-describe-agents-response-schema.json",
  "title": "DescribeAgentsResponse",
  "description": "DescribeAgentsResponse schema from Amazon Application Discovery Service API",
  "type": "object",
  "properties": {
    "agentsInfo": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "agentId": {
            "type": "string",
            "example": "d-agent-500123",
            "description": "The agent or collector ID."
          },
          "hostName": {
            "type": "string",
            "example": "server-01.example.com",
            "description": "The name of the host where the agent or collector resides."
          },
          "agentNetworkInfoList": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "ipAddress": {
                  "type": "string",
                  "description": "The IP address for the host where the agent or collector resides.",
                  "example": "10.0.0.10"
                },
                "macAddress": {
                  "type": "string",
                  "description": "The MAC address for the host where the agent or collector resides.",
                  "example": "aa:bb:cc:dd:ee:ff"
                }
              }
            },
            "description": "Network details about the host where the agent or collector resides."
          },
          "connectorId": {
            "type": "string",
            "example": "",
            "description": "The ID of the connector."
          },
          "version": {
            "type": "string",
            "example": "2.0.1",
            "description": "The agent or collector version."
          },
          "health": {
            "type": "string",
            "enum": [
              "HEALTHY",
              "UNHEALTHY",
              "RUNNING",
              "UNKNOWN",
              "BLACKLISTED",
              "SHUTDOWN"
            ],
            "example": "HEALTHY",
            "description": "The health of the agent or collector."
          },
          "lastHealthPingTime": {
            "type": "string",
            "example": "2026-04-19T10:00:00Z",
            "description": "Time since agent or collector health was reported."
          },
          "collectionStatus": {
            "type": "string",
            "example": "START_SCHEDULED",
            "description": "Status of the collection process for the agent or collector."
          },
          "agentType": {
            "type": "string",
            "example": "AWS_DISCOVERY_AGENT",
            "description": "Type of agent."
          },
          "registeredTime": {
            "type": "string",
            "example": "2026-01-01T00:00:00Z",
            "description": "Agent's first registration timestamp in UTC."
          }
        }
      },
      "description": "Lists agents or the collectors with status and configuration."
    },
    "nextToken": {
      "type": "string",
      "example": "",
      "description": "Token to retrieve the next set of results."
    }
  }
}

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-describe-agents-response"
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.