Update Asset Investigation Status
Update asset's investigation status.
External Documentation
To learn more, visit the CyCognito documentation.
Parameters
Parameter | Description |
---|---|
Asset ID | The ID of the asset to fetch, corresponding to the selected type. Can be obtained from the List Assets action.Note - Make sure to insert the asset ID without the asset type prefix. For example, for ip , the ID would be the IP address - xxx.xxx.xx.xx . |
Asset Type | Specify the category of the asset. |
Investigation Status | The new investigation status to be updated. |
Example Output
{
"failed": [
"string",
true,
0,
"string",
"string",
[
"string"
],
{
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"Unknown Type: null"
],
"updated": [
"string"
]
}
Workflow Library Example
Update Asset Investigation Status with Cycognito and Send Results Via Email
Preview this Workflow on desktop