dashboards_get
Fetch dashboard details by filtering on name, ID, generation time, or source. Use this API operation to query specific dashboards from the XSIAM system.
Instructions
Get dashboards
Get dashboard details by filtering based on the dashboard name, dashboard ID, time the dashboard was generated, or dashboard source.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/dashboards/get] · Dashboards
Example request body:
{
"request_data": {
"filters": [
{
"field": "name",
"value": "This is a cool dashboard",
"operator": "EQ"
},
{
"field": "source",
"value": "Vitaly Fintushal",
"operator": "EQ"
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |