Amazon IoT Greengrass · JSON Structure

Iot Greengrass Get Connectivity Info Response Structure

GetConnectivityInfoResponse schema

Type: object Properties: 2
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

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

Properties

connectivityInfo message

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-get-connectivity-info-response-structure.json",
  "name": "GetConnectivityInfoResponse",
  "description": "GetConnectivityInfoResponse schema",
  "type": "object",
  "properties": {
    "connectivityInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/connectivityInfoList"
        },
        {
          "xml": {
            "name": "ConnectivityInfo"
          },
          "description": "The connectivity information for the core device."
        }
      ]
    },
    "message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "Message"
          },
          "description": "A message about the connectivity information request."
        }
      ]
    }
  }
}