Threat Intelligence API . projects . alerts . documents

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Gets a specific document associated with an alert.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets a specific document associated with an alert.

Args:
  name: string, Required. Name of the alert document to get. Format: projects/{project}/alerts/{alert}/documents/{document} (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A document that is associated with an alert.
  "aiSummary": "A String", # Output only. AI summary of the finding.
  "author": "A String", # Output only. The author of the document.
  "collectionTime": "A String", # Output only. Time when the origin source collected the intel.
  "content": "A String", # Output only. The content of the document.
  "createTime": "A String", # Output only. The time the document was created.
  "ingestTime": "A String", # Output only. Time when GTI received the intel.
  "languageCode": "A String", # Output only. The language code of the document.
  "name": "A String", # Identifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document}
  "source": "A String", # Output only. Source of the intel item, e.g. DarkMarket.
  "sourceUpdateTime": "A String", # Output only. Time when the intel was last updated by the source.
  "sourceUri": "A String", # Output only. URI of the intel item from the source.
  "title": "A String", # Output only. The title of the document, if available.
  "translation": { # The translation of an alert document. # Output only. The translation of the document, if available.
    "translatedContent": "A String", # Output only. The translated content of the document.
    "translatedTitle": "A String", # Output only. The translated title of the document.
  },
}