[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

EdgeReportedTO

Properties

deviceConnectionDetails Optional

edgeClusterReported Optional

edge cluster reported details like fqdn resolvability status


edgeConfigDetails Optional

moduleConnectionDetails Optional

module connection details where each module can be uniquely identified with twin id


string as date-time
updatedAt Optional

date when the collection was last updated

JSON Example

{
	"deviceConnectionDetails": {
		"deviceId": "string",
		"deviceStatus": "CONNECTED",
		"updatedAt": "string"
	},
	"edgeClusterReported": {
		"key": {
			"errorDetail": {
				"cause": "ErrorDetail Object",
				"code": "string",
				"detail": "string",
				"domain": "string",
				"message": "string",
				"parameters": {
					"key": "string"
				},
				"severity": "string",
				"timestampInUtc": "string"
			},
			"validationDetails": {},
			"validationType": "string"
		}
	},
	"edgeConfigDetails": {
		"agentSimulatorIp": "string",
		"mqttLoadBalancerIP": "string",
		"updatedAt": "string"
	},
	"moduleConnectionDetails": [
		{
			"moduleName": "string",
			"moduleStatus": "CONNECTED",
			"twinId": "string",
			"updatedAt": "string"
		}
	],
	"updatedAt": "string"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

EdgeDeploymentTOV2

Feedback

Was this page helpful?