v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
parsersLibraryManagement

Create a folder or parser.

Create a folder or parser.

post/v1/parsers

Query parameters

parentIdstring required

Identifier of the parent folder in which to create the folder or parser.

Request body

namestring required

Name of the folder or parser.

descriptionstring required

Description of the folder or parser.

typestring required

Type of the object model.

isLockedboolean

Locking/Unlocking requires the LockParsers capability. Locked objects can only be Localized. Updating or moving requires unlocking the object. Locking/Unlocking recursively locks all of the objects children. All children of a locked object must be locked.

Response

Newly created folder or parser.

idstring required

Identifier of the folder or parser.

namestring required

Name of the folder or parser.

descriptionstring required

Description of the folder or parser.

versioninteger required

Version of the folder or parser.

createdAtstring date-time required

Creation timestamp in UTC in RFC3339 format.

createdBystring required

Identifier of the user who created the resource.

modifiedAtstring date-time required

Last modification timestamp in UTC.

modifiedBystring required

Identifier of the user who last modified the resource.

parentIdstring required

Identifier of the parent folder.

contentTypestring required

Type of the content. Valid values:

  1. Folder
  2. Parser
typestring required

Type of the object model.

isLockedboolean required

Whether the object is locked.

isSystemboolean required

System objects are objects provided by Sumo Logic. System objects can only be localized. Non-local fields can't be updated.

isMutableboolean required

Immutable objects are "READ-ONLY".