Authorizations
API key authentication
Body
application/json
Create view folder.
Folder name
Minimum length:
1Example:
"My Folder"
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "My Folder"
}'{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}Create view folder
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "My Folder"
}'{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}API key authentication
Create view folder.
Folder name
1"My Folder"
Was this page helpful?