Bulk get assets
POST /api/fleet/epm/bulk_assets
curl \
-X POST https://localhost:5601/api/fleet/epm/bulk_assets \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
"assetIds": [
{
"id": "string",
"type": "string"
}
]
}
Response examples (200)
{
"items": [
{
"appLink": "string",
"attributes": {
"description": "string",
"title": "string"
},
"id": "string",
"type": "dashboard",
"updatedAt": "string"
}
]
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}