List Systems
Valid filter fields are system_id
and cpu_subtype
.
Basic Parameters
Parameter | Description |
---|---|
Filter | Supported operators are: eq, in. e.g:Filter for single value:filter=field:eq:value Filter for any value in a list: (note "pipe" character: | separating values)filter=field:in:value1|value2|value3 . |
Limit | - |
Advanced Parameters
Parameter | Description |
---|---|
Organization ID | Organization identifier that can be obtained from console settings. |
Skip | The offset into the records to return. |
Sort | The comma separated fields used to sort the collection.Default sort is ascending, prefix with - to sort descending. e.g:Sort by single field:sort=field Sort descending by single field:sort=-field Sort by multiple fields:sort=field1,-field2,field3 . |
Example Output
[
{
"collection_time": "2019-06-03T19:41:30.771Z",
"computer_name": "Johnny's MacBook Pro (2)",
"cpu_brand": "Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz",
"cpu_logical_cores": 8,
"cpu_microcode": "",
"cpu_physical_cores": 4,
"cpu_subtype": "Intel x86-64h Haswell",
"cpu_type": "x86_64h",
"hardware_model": "MacBookPro14,3 ",
"hardware_serial": "111111FFFFFF",
"hardware_vendor": "Apple Inc. ",
"hardware_version": "1.0 ",
"hostname": "johnnys-macbook-pro-2.local",
"local_hostname": "Jonnys-MacBook-Pro-2",
"physical_memory": "17179869184",
"system_id": "5c9e51a13c5146f89bae12d9",
"uuid": "11111111-FFFF-1111-FFFF-111111111111"
}
]
Workflow Library Example
List Systems with Jumpcloud and Send Results Via Email
Preview this Workflow on desktop