GetAssessmentQueryNodes returns node details for entities in the query results, with a paginated response.
Please note that the total number of the results is not provided . To get a result count, use GetAssessmentQueryResult.
curl -X 'GET' "$BASE_URL/api/v1/assessments/queries/06799e24-cd93-4509-94bc-f00b27ed5e3c:nodes" \
-H "authorization: Bearer $VEZA_TOKEN"
{
"values": [
{
"id": "arn:aws:iam::877042069677:user/j.smith",
"type": "AwsIamUser",
"properties": {
"aws_account_id": "877042069677",
"datasource_id": "877042069677:awsiam",
"name": "j.smith",
"provider_id": "877042069677"
},
"destination_node_count": 1,
"permissions": [],
"engagement_access_stats": null,
"access_stats": null,
"destination_node_ids": [],
"risk_level": "CRITICAL",
"raw_permissions": [],
"effective_permissions": []
},
{
"id": "arn:aws:iam::877042069677:user/jsmith-lab-01",
"type": "AwsIamUser",
"properties": {
"aws_account_id": "877042069677",
"datasource_id": "877042069677:awsiam",
"name": "jsmith-lab-01",
"provider_id": "877042069677"
},
"destination_node_count": 1,
"permissions": [],
"engagement_access_stats": null,
"access_stats": null,
"destination_node_ids": [],
"risk_level": "CRITICAL",
"raw_permissions": [],
"effective_permissions": []
}
],
"path_values": [],
"next_page_token": "",
"has_more": false
}