Retrieves the device status for the Connection Planner service.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/intelligence/device/connection-planner/status" \ -H "Content-Type: application/json" \ -d '{ "accountNumber": "0000123456-00001", "filter": "All or Best or Worst", "devices": [ { "deviceIds": [ { "kind": "imei", "id": "15-digit IMEI value" } ], "privateNetworkApns": [ { "apnName": "Access Point Name", "addressAssignmentMethod": "assignment method", "ipAddress": "10.10.10.01" } ], "ipAddress": "10.10.10.01", "activationCode": "activation code value" } ] }'{ "accountNumber": "0000123456-00001", "requestId": "d24cc6e4-eeee-ffff-gggg-0ffbb091c076", "deviceStatusList": [ { "deviceIds": [ { "kind": "Imei", "id": "15-digit IMEI" } ], "status": "SUCCESS", "reason": "reason for the status" } ]}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "fault": { "code": "string", "message": "string", "description": "string" }}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}The numeric name of the account, including leading zeros.
The unique ID of a request. This is a UUID value.