Amazon IoT Greengrass · JSON Structure

Iot Greengrass Installed Component List Structure

InstalledComponentList schema

Type: array Properties: 0
Edge ComputingIoTLambdaMachine-LearningReal-Time Processing

InstalledComponentList is a JSON Structure definition published by Amazon IoT Greengrass. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-installed-component-list-structure.json",
  "name": "InstalledComponentList",
  "description": "InstalledComponentList schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "componentName": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ComponentNameString"
          },
          {
            "description": "The name of the component."
          }
        ]
      },
      "componentVersion": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ComponentVersionString"
          },
          {
            "description": "The version of the component."
          }
        ]
      },
      "lifecycleState": {
        "allOf": [
          {
            "$ref": "#/components/schemas/InstalledComponentLifecycleState"
          },
          {
            "description": "The lifecycle state of the component."
          }
        ]
      },
      "lifecycleStateDetails": {
        "allOf": [
          {
            "$ref": "#/components/schemas/LifecycleStateDetails"
          },
          {
            "description": "A detailed response about the lifecycle state of the component that explains the reason why a component has an error or is broken."
          }
        ]
      },
      "isRoot": {
        "allOf": [
          {
            "$ref": "#/components/schemas/IsRoot"
          },
          {
            "description": "Whether or not the component is a root component."
          }
        ]
      },
      "lastStatusChangeTimestamp": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Timestamp"
          },
          {
            "description": "<p>The status of how current the data is.</p> <p>This response is based off of component state changes. The status reflects component disruptions and deployments. If a component only sees a configuration update during a deployment, it might not undergo a state change and this status would not be updated.</p>"
          }
        ]
      },
      "lastReportedTimestamp": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Timestamp"
          },
          {
            "description": "<p>The last time the Greengrass core device sent a message containing a component's state to the Amazon Web Services Cloud.</p> <p>A component does not need to see a state change for this field to update.</p>"
          }
        ]
      },
      "lastInstallationSource": {
        "allOf": [
          {
            "$ref": "#/components/schemas/NonEmptyString"
          },
          {
            "description": "<p>The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the The ID of the deployment. and for local deployments it will be <code>LOCAL</code>.</p> <note> <p>Any deployment will attempt to reinstall currently broken components on the device, which will update the last installation source.</p> </note>"
          }
        ]
      },
      "lifecycleStatusCodes": {
        "allOf": [
          {
            "$ref": "#/components/schemas/InstalledComponentLifecycleStatusCodeList"
          },
          {
            "description": "<p>The status codes that indicate the reason for failure whenever the <code>lifecycleState</code> has an error or is in a broken state.</p> <note> <p>Greengrass nucleus v2.8.0 or later is required to get an accurate <code>lifecycleStatusCodes</code> response. This response can be inaccurate in earlier Greengrass nucleus versions.</p> </note>"
          }
        ]
      }
    },
    "description": "Contains information about a component on a Greengrass core device."
  }
}

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/iot-greengrass-installed-component-list-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 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.