v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
fieldManagementV1

Get a list of dropped fields.

Dropped fields are fields sent to Sumo Logic, but are ignored since they are not defined in your Fields schema. In order to save these values a field must both exist and be enabled.

get/v1/fields/dropped

Response

List of dropped fields.

Example response

{
  "data": [
    {
      "fieldName": "hostIP"
    }
  ]
}