Skip to main content

Get installed components in edge gateway

GET 

/organizations/:organizationId/edge-gateways/:edgeGatewayId/installed-components

Get installed components in edge gateway

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    edgeGatewayId stringrequired

    Edge Gateway ID

Responses

Schema
    data object[]required

    Data of the edge gateway.

  • Array [
  • componentName stringrequired
    componentVersion stringrequired
    isRoot booleanrequired
    lastInstallationSource stringrequired
    lastReportedTimestamp required
    lastStatusChangeTimestamp required
    lifecycleState stringrequired
    lifecycleStateDetails stringrequired
    lifecycleStatusCodes string[]required
  • ]
Loading...