Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Create View Folder service

POSThttps://api.coralogix.com/mgmt/openapi/3/data-exploration/saved-views/v1/folders

Create view folder

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Create view folder.

    name#string

    Folder name

    Possible values: non-empty

    Example: My Folder

Response

application/json

View folder.

    id#string

    Unique identifier for folders

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    Example: 3dc02998-0b50-4ea8-b68a-4779d716fa1f
    name#stringrequired

    Folder name

    Possible values: non-empty

    Example: My Folder