Feedback:

cs_get_system_info

Note: Access to this operator is provided on a limited-availability basis. Contact Anomali Customer Support fo more information.

Use the cs_get_system_info operator to view details of a specific device based on the device ID.

Syntax

| cs_get_system_info cs_id_list=<device_ids>

cs_id_list=<device_ids>

Specify a device ID or a list of device IDs separated by commas, without spaces, and enclosed in double quotes.

Examples

Example 1: View details of the specified device.

Copy
| cs_get_system_info cs_id_list="1234dde1234b1d23ababb1b2b123c2a3"

 

Example 2: View details of the specified devices.

Copy
| cs_get_system_info cs_id_list="1234dde1234b1d23ababb1b2b123c2a3,1234dde1234b1d23ababb1b2b123c2a4"