Application Discovery Service Export Info Structure

ExportInfo schema from Amazon Application Discovery Service API

Type: object Properties: 8 Required: 4
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Export Info Structure is a JSON Structure definition published by Amazon Application Discovery Service, describing 8 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

exportId exportStatus statusMessage configurationsDownloadUrl exportRequestTime isTruncated requestedStartTime requestedEndTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "ExportInfo schema from Amazon Application Discovery Service API",
  "properties": {
    "exportId": {
      "type": "string",
      "description": "A unique identifier used to query the status of an export request.",
      "example": "export-500123"
    },
    "exportStatus": {
      "type": "string",
      "description": "The status of the data export job.",
      "enum": [
        "FAILED",
        "SUCCEEDED",
        "IN_PROGRESS"
      ],
      "example": "SUCCEEDED"
    },
    "statusMessage": {
      "type": "string",
      "description": "A status message provided for API callers.",
      "example": "Export complete"
    },
    "configurationsDownloadUrl": {
      "type": "string",
      "description": "A URL for an Amazon S3 bucket where you can review the exported data.",
      "example": "https://s3.amazonaws.com/aws-application-discovery-service-export/500123/export.zip"
    },
    "exportRequestTime": {
      "type": "string",
      "description": "The time that the data export was initiated.",
      "example": "2026-04-19T10:00:00Z"
    },
    "isTruncated": {
      "type": "boolean",
      "description": "If true, the export of agent information exceeded the size limit for a single export, and the exported data is incomplete.",
      "example": false
    },
    "requestedStartTime": {
      "type": "string",
      "description": "The value of startTime parameter in the StartExportTask request.",
      "example": "2026-04-01T00:00:00Z"
    },
    "requestedEndTime": {
      "type": "string",
      "description": "The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.",
      "example": "2026-04-19T23:59:59Z"
    }
  },
  "required": [
    "exportId",
    "exportStatus",
    "statusMessage",
    "exportRequestTime"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-structure/application-discovery-service-export-info-structure.json"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/application-discovery-service-export-info-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.