system_id and cpu_subtype.
Basic Parameters
| Parameter | Description |
|---|---|
| Filter | Supported operators are: eq, in. e.g: Filter for single value: filter=field:eq:valueFilter for any value in a list: (note “pipe” character: | separating values)filter=field:in:value1|value2|value3. |
| Limit | Specify the maximum number of system records to return in the response. |
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=fieldSort descending by single field: sort=-fieldSort by multiple fields: sort=field1,-field2,field3. |