featured_fields_replace_hosts
Replace the featured hosts in your environment with a new list. This action deletes all existing host names.
Instructions
Replace Featured Hosts
Replace the featured hosts listed in your environment.
Note: Running this API will delete all existing host names.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/featured_fields/replace_hosts] · Incidents
Example request body:
{
"request_data": {
"fields": [
{
"value": "ADMIN-PC",
"comment": "ADMIN-PC is a featured host"
},
{
"value": "CEO-PC"
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |