Losant · Example Payload

Losant Edge Api Release Edge Deployment Example

Deploy an edge workflow version to one or more edge devices. Version can be blank, if removal is desired.

IoTInternet Of ThingsDevicesEdge ComputeEmbeddedMQTTIndustrial IoTTelemetryWorkflow AutomationVisual Workflow EngineDashboardsTime SeriesConnected ProductsEnterprise

Losant Edge Api Release Edge Deployment Example is an example object payload from Losant, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionrequestresponse

Example Payload

Raw ↑
{
  "name": "Release Edge Deployment Example",
  "description": "Deploy an edge workflow version to one or more edge devices. Version can be blank, if removal is desired.",
  "request": {
    "method": "POST",
    "url": "https://api.losant.com/applications/575ec8687ae143cd83dc4a97/edge/deployments",
    "headers": {
      "Authorization": "Bearer eyJhbGciOi... (Losant JWT)",
      "Accept": "application/json",
      "Content-Type": "application/json"
    },
    "body": {
      "deviceIds": [
        "575ec7417ae143cd83dc4a95"
      ],
      "flowId": "575ec7417ae143cd83dc4a99",
      "version": "v2"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": null
  }
}