The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.

Multiple artifact acquisition

Prev Next

To obtain multiple artifacts over a time range, use the following time range-based JSON example.

Request Body

{

    "commands":
[{

            "name": "amsibuffer",

            "parameters":
[{

                    "name": "intervalStart",

                    "value": "<Date
time in Zulu format (e.g.2019-09-16T19:00:000Z)>"

                },
{

                    "name": "intervalStop",

                    "value": "<Date
time in Zulu format>"

                }

            ]

        }

    ]

}