Parameter | Description |
---|---|
Label Relations | An array of json objects, each one representing an entry label to set. Required fields in each label are as follows: * labelName * entryId * labelStatus * entryType For example:
or more information on each field, please visit Reco’s documentation |
{
"entryLabels": [
{
"label": {
"name": "<string>",
"description": "<string>",
"tooltip": "<string>",
"type": "<string>",
"riskLevel": "<string>",
"creator": "<string>",
"isClosed": false,
"LabelUUID": "<string>",
"dataCategory": "<string>",
"riskLevelChangedBy": "<string>",
"relatedEntryTypes": "<string>"
},
"labelCount": "<string>",
"labelStatus": "<string>",
"entryType": "<string>",
"entryId": "<string>",
"updatedAt": "<string>",
"attributes": {
"analysis_date": "<string>",
"analysis_explanation_parameters": {
"account type by source": "<string>",
"main active directory status": null,
"number of deleted accounts": 1,
"reason of deletion": [
{
"account_id": "<string>",
"account_type": "<string>",
"is_archived": null,
"is_deleted": null,
"is_recently_extracted": false,
"is_suspended": false,
"last_extraction_time": "<string>"
}
]
},
"analysis_name": "<string>",
"analyzer_version": "<string>"
},
"instanceId": "<string>"
},
{
"label": {
"name": "<string>",
"description": "<string>",
"tooltip": "<string>",
"type": "<string>",
"riskLevel": "<string>",
"creator": "<string>",
"isClosed": false,
"LabelUUID": "<string>",
"dataCategory": "<string>",
"riskLevelChangedBy": "<string>",
"relatedEntryTypes": "<string>"
},
"labelCount": "<string>",
"labelStatus": "<string>",
"entryType": "<string>",
"entryId": "<string>",
"updatedAt": "<string>",
"attributes": {
"analysis_date": "<string>",
"analysis_name": "<string>",
"analyzer_explanation": "<string>",
"analyzer_version": "<string>"
},
"instanceId": "<string>"
}
]
}
Was this page helpful?