Sensor update policies
: Read.Parameter | Description |
---|---|
Filter | Filter the results by a FQL query. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Limit | The maximum number of records to return in the response. Values can range from 1 to 50000 . |
Offset | The offset to start retrieving records from. |
Sort | Specify how to sort the results in the format property.order . |
{
"meta": {
"query_time": 1,
"pagination": {
"offset": 1,
"limit": 4,
"total": 10
},
"trace_id": "<string>"
},
"errors": [],
"resources": [
{
"id": "<string>",
"cid": "<string>",
"name": "<string>",
"description": "<string>",
"platform_name": "<string>",
"groups": [
{
"id": "<string>",
"group_type": "<string>",
"name": "<string>",
"description": "<string>",
"assignment_rule": "<string>",
"created_by": "<string>",
"created_timestamp": "<string>",
"modified_by": "<string>",
"modified_timestamp": "<string>"
},
{
"id": "<string>",
"group_type": "<string>",
"name": "<string>",
"description": "<string>",
"created_by": "<string>",
"created_timestamp": "<string>",
"modified_by": "<string>",
"modified_timestamp": "<string>"
}
],
"enabled": true,
"created_by": "<string>",
"created_timestamp": "<string>",
"modified_by": "<string>",
"modified_timestamp": "<string>",
"settings": {
"build": "<string>"
}
},
{
"id": "<string>",
"cid": "<string>",
"name": "<string>",
"description": "<string>",
"platform_name": "<string>",
"groups": [],
"enabled": false,
"created_by": "<string>",
"created_timestamp": "<string>",
"modified_by": "<string>",
"modified_timestamp": "<string>",
"settings": {
"build": "<string>"
}
}
]
}
Was this page helpful?