v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBfieldManagementV1
Create a new field.
Adding a field will define it in the Fields schema allowing it to be assigned as metadata to your logs.
post/v1/fields
Request body
Example request
{
"fieldName": "hostIP"
}Response
The field was created successfully.
Example response
{
"fieldName": "hostIP",
"fieldId": "00000000031D02DA",
"dataType": "String",
"state": "Enabled"
}