Get Endpoint Tags
Get Endpoint tags that match the filters.
Basic Parameters
Parameter | Description |
---|---|
Count Only | If true, only total number of items will be returned, without any of the actual objects. |
Cursor | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=". |
Limit | Limit number of returned items (1-1000). Example: 10. |
Return All Pages | Automatically fetch all resources, page by page. |
Sort By | The column to sort the results by. Example: id. |
Tag Key | Filter by tag key. |
Tag Value | Filter by tag value. |
Tags IDs | List of tag IDs to filter by. |
Advanced Parameters
Parameter | Description |
---|---|
Account IDs | List of Account IDs to filter by. Example: 225494730938493804,225494730938493915. |
Example Output
{
"errors": [
{
"type": "object"
}
],
"pagination": {
"nextCursor": "YWdlbnRfaWQ6NTgwMjkzODE=",
"totalItems": 580
},
"data": [
{
"createdBy": "John Doe",
"scopeLevel": "site",
"updatedBy": "John Doe",
"key": "env",
"id": "225494730938493804",
"endpointsInCurrentScope": "integer",
"description": "env-prod",
"createdAt": "2018-02-19T16:32:00.000Z",
"allowEdit": "boolean",
"value": "production",
"scopePath": "Global\\Default account\\Default site",
"totalEndpoints": "integer",
"updatedAt": "2018-02-20T16:40:00.000Z",
"scopeId": "225494730938493804",
"type": "agents"
}
]
}
Workflow Library Example
Get Endpoint Tags with Sentinelone and Send Results Via Email
Preview this Workflow on desktop