External DocumentationTo learn more, visit the CyCognito documentation.
Actions
Update Asset Investigation Status
Update asset’s investigation status.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"failed": [
"string",
true,
0,
"string",
"string",
[
"string"
],
{
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"Unknown Type: null"
],
"updated": [
"string"
]
}
Was this page helpful?