10 requests every 60 seconds.
External DocumentationTo learn more, visit the ThreatAware documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
10 requests every 60 seconds.
| Parameter | Description |
|---|---|
| Archive Date | The archived data date to retrieve, in yyyyMMdd format. For Example: 20240819 for August 19th 2024. |
| Limit | The maximum number of results to return. Enter 0 to return all available entries. |
| Offset | The start position of the data returned by the API. |
| Tag | The tag to filter results by. |
{
"offset": 0,
"limit": 8,
"total": 8,
"data": [
{
"key": "mecmsystem",
"name": "SCCM",
"vitalsEnabled": false,
"activeAgents": 1230
},
{
"key": "teamviewer",
"name": "Teamviewer",
"vitalsEnabled": false,
"activeAgents": 1230
},
{
"key": "devices_ad",
"name": "Azure AD",
"vitalsEnabled": false,
"activeAgents": 1230
},
{
"key": "msdefenderatp",
"name": "Microsoft Defender ATP",
"vitalsEnabled": true,
"agentDeployedPossibleCompliant": 865,
"agentDeployedCompliant": 809,
"agentFunctioningPossibleCompliant": 809,
"agentFunctioningCompliant": 763,
"configurationPossibleCompliant": 763,
"configurationCompliant": 596
},
{
"key": "servicenow",
"name": "ServiceNow",
"vitalsEnabled": false,
"activeAgents": 1230
},
{
"key": "jamf",
"name": "Jamf",
"vitalsEnabled": true,
"agentDeployedPossibleCompliant": 113,
"agentDeployedCompliant": 82,
"agentFunctioningPossibleCompliant": 82,
"agentFunctioningCompliant": 80,
"configurationPossibleCompliant": 80,
"configurationCompliant": 61
},
{
"key": "crowdstrike",
"name": "Crowdstrike",
"vitalsEnabled": true,
"agentDeployedPossibleCompliant": 925,
"agentDeployedCompliant": 872,
"agentFunctioningPossibleCompliant": 872,
"agentFunctioningCompliant": 834,
"configurationPossibleCompliant": 834,
"configurationCompliant": 745
},
{
"key": "devices_msgraph",
"name": "Microsoft InTune",
"vitalsEnabled": true,
"agentDeployedPossibleCompliant": 865,
"agentDeployedCompliant": 764,
"agentFunctioningPossibleCompliant": 764,
"agentFunctioningCompliant": 724,
"configurationPossibleCompliant": 724,
"configurationCompliant": 551
}
],
"success": true,
"statusCode": 200,
"message": "Successfully retrieved vitals data."
}
Was this page helpful?