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"
}
'{
"name": "My Folder",
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}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"
}
'{
"name": "My Folder",
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}API key authentication
Create view folder.
Folder name
1"My Folder"
Was this page helpful?