v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
fieldManagementV1

Get a list of built-in fields.

Built-in fields are created automatically by Sumo Logic for standard configuration purposes. They include _sourceHost and _sourceCategory. Built-in fields can't be deleted or disabled.

get/v1/fields/builtin

Response

List of all built-in fields.

Example response

{
  "data": [
    {
      "fieldName": "hostIP",
      "fieldId": "00000000031D02DA",
      "dataType": "String",
      "state": "Enabled"
    }
  ]
}