Post Capture

Create capture to UE IP from Edge

post

Create the capture of data for a specific device identified by UE IP, and logs it for analysis.

Authorizations
Body
ipstring · ipv4Optional

The IP address of the device to trigger the capture.

brandstringOptional

Enter brand if login as admin

Example: 619ce15fa172464347200d67
startTimeintegerOptional

The start time in milliseconds for the capture (optional).

endTimeintegerOptional

The end time in milliseconds for the capture (optional).

Responses
200
Successfully triggered the capture and received the response data.
application/json
post
POST /api/v1/thing/capture HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 77

{
  "ip": "0.0.0.0",
  "brand": "619ce15fa172464347200d67",
  "startTime": 1,
  "endTime": 1
}
{
  "status": "success",
  "documentId": "672db3ce7781fab18296aa61",
  "message": "Please check the document status in some time for the capture file link."
}

Last updated

Was this helpful?