Create a dashboard folder
POST
https://api.coralogix.com/mgmt/openapi/5/dashboards/folders/v1Creates a new dashboard folder.
Requires the following permissions:
team-dashboards:Update
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Body
application/json
Request to create a new dashboard folder.
Response
application/json
Response returned after successfully creating a dashboard folder.
folderId#string
The folder id.
Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$