OpenAPI 3.0.02026-08-194361,0881.3 MB
c9986f3d589b
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"
}
]
}