Authorizations
API key authentication
Path Parameters
Unique identifier for folders
Required string length:
36Example:
"3dc02998-0b50-4ea8-b68a-4779d716fa1f"
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders/{id} \
--header 'Authorization: <api-key>'{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}Create view folder
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders/{id} \
--header 'Authorization: <api-key>'{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}API key authentication
Unique identifier for folders
36"3dc02998-0b50-4ea8-b68a-4779d716fa1f"
Was this page helpful?