Retrieve all the active monitors.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Retrieve Monitor Request.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/diagnostics/basic/devicereachability/monitors" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0242123520-00001", "devices": [ { "deviceIds": [ { "id": "12016560696", "kind": "msisdn" } ] } ] }'{ "requestId": "595f5c44-c31c-4552-8670-020a1545a84d"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of a billing account.
The devices for which you want to restore service, specified by device identifier.
The name of a billing account.