Resource: OntologyRecord
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. OntologyRecord represents a record in the ontology.
JSON representation |
---|
{ "name": string, "source": string, "product": string, "eventName": string, "visualFamily": string, "changeSource": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the OntologyRecord. Format: projects/{project}/locations/{location}/instances/{instance}/ontologyRecords/{ontologyRecord} |
source |
Required. The data source (e.g., "GoogleChronicle"). |
product |
Required. The product name (e.g. "RandomProductExample0"). |
eventName |
Required. The event name (e.g., "IRC Connections"). |
visualFamily |
Output only. Resource reference to the VisualFamily. |
changeSource |
Output only. The source of the change. |
exampleEventFields[] |
Output only. Example event fields (if any). |
ontologyRecordId |
Output only. Unique numeric ID for the OntologyRecord. |
mappingRules[] |
Output only. Resource references to the MappingRules associated with this OntologyRecord. |
ChangeSource
The source of the change
Enums | |
---|---|
CHANGE_SOURCE_UNSPECIFIED |
The ontology record was created not by ingesting an alert with the relevant identifiers (i.e. Source, Product and Event Name). Currently only import is supported. |
INGESTED_ALERT |
An alert that was ingested via the ETL triggered the creation of this ontology record |
ExampleEventFieldGroup
Example event field group.
JSON representation |
---|
{
"highlighted": boolean,
"groupName": string,
"hideOptions": boolean,
"items": [
{
object ( |
Fields | |
---|---|
highlighted |
Output only. Whether the group should be highlighted. |
groupName |
Output only. The group name. |
hideOptions |
Output only. Whether the group should be hidden. |
items[] |
Output only. The list of example event field items. |
ExampleEventFieldItem
Example event field item.
JSON representation |
---|
{ "originalName": string, "displayName": string, "value": string } |
Fields | |
---|---|
originalName |
Output only. The original name of the event field. |
displayName |
Output only. The display name of the event field. |
value |
Output only. The value of the event field. |
Methods |
|
---|---|
|
Delete an ontology record. |
|
Export ontology records. |
|
Get specific ontology record. |
|
Import ontology records. |
|
List all ontology records. |
|
Update an ontology record. |
|
Get ontology records statistics. |