See the API's various operations for details on their request parameters and response data.
You can also run this API with a Postman collection.
| Operation | Method | Endpoint |
|---|---|---|
| DataStream 2 configuration | ||
| List data set fields | GET | /log/datasets-fields |
| List groups | GET | /log/groups |
| List properties by group | GET | /log/groups/{groupId}/properties |
| Create a stream | POST | /log/streams |
| List streams | GET | /log/streams |
| View upload metrics | GET | /log/streams/metrics |
| Get a stream | GET | /log/streams/{streamId} |
| Edit a stream | PUT | /log/streams/{streamId} |
| Patch a stream | PATCH | /log/streams/{streamId} |
| Delete a stream | DELETE | /log/streams/{streamId} |
| Activate a stream | POST | /log/streams/{streamId}/activate |
| View activation history | GET | /log/streams/{streamId}/activation-history |
| Deactivate a stream | POST | /log/streams/{streamId}/deactivate |
| View history | GET | /log/streams/{streamId}/history |
