featured_fields_replace_ad_groups
Replace all featured active directory groups and organizational units with new specifications. Overwrite existing configuration to update your environment's featured fields.
Instructions
Replace Featured Active Directory Groups
Replace the featured active directory groups and organizational units listed in your environment.
Note: Running this API will delete all existing active directory groups.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/featured_fields/replace_ad_groups] · Incidents
Example request body:
{
"request_data": {
"fields": [
{
"value": "domain/administrators-group",
"type": "group",
"comment": "Administrators-group is a featured AD group"
},
{
"value": "dev",
"type": "OU"
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |