WNP Query for current network condition.
thingspace_oauth VZ-M2M-Token This is where the ThingSpace access token, from Credentials and Tokens is used
In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request for current network health.
TypeScript Definitions
Use the request body type in TypeScript.
Get network conditions.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/intelligence/network-conditions" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "locationType": "LONGLAT", "coordinates": { "latitude": "-33.84819", "longitude": "151.22049" } }'{ "requestId": "d1f08526-eeee-ffff-gggg-4456490ea9f8"}{ "errorCode": "400", "errorMessage": "A brief description of the error code"}Account name.
^[0-9-]{3,32}$3 <= length <= 32Type of location detail.
Coordinates information.