Verizon · JSON Structure

Thingspace Connectivity Device Request Response Structure

Response containing request ID for async operations

Type: object Properties: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

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

Properties

requestId failedDevices

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/verizon/refs/heads/main/json-structure/thingspace-connectivity-device-request-response-structure.json",
  "description": "Response containing request ID for async operations",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique request ID to track the operation",
      "example": "595f5c44-c31c-4552-8670-020a1545a959"
    },
    "failedDevices": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "string"
          },
          "cause": {
            "type": "string"
          }
        }
      }
    }
  },
  "name": "DeviceRequestResponse"
}