ExpanseAggregateAttributionCI Deprecated

Deprecated. No available replacement. > Aggregate entries from ServiceNow CMDB into AttributionCI.

python · Cortex Xpanse by Palo Alto Networks (Deprecated)

Details

IDExpanseAggregateAttributionCI
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.10.13.83255

README

Aggregate entries from ServiceNow CMDB into AttributionCI

Script Data


Name Description
Script Type python3
Tags  
Cortex XSOAR Version 6.0.0

Used In


This script is used in the following playbooks and scripts.

  • Expanse Attribution Subplaybook

Inputs


Argument Name Description
input Input list.
current Current aggregation state.

Outputs


Path Description Type
Expanse.AttributionCI.name Name of the CI string
Expanse.AttributionCI.sys_id ServiceNow Sys ID string
Expanse.AttributionCI.sys_class_name Class Name of the CI string
Expanse.AttributionCI.asset_display_value Name of the Asset string
Expanse.AttributionCI.asset_link Link to the asset string
Expanse.AttributionCI.asset_value ID of the asset string
name: ExpanseAggregateAttributionCI
comment: Deprecated. No available replacement. >
  Aggregate entries from ServiceNow CMDB into AttributionCI.
deprecated: true
commonfields:
  id: ExpanseAggregateAttributionCI
  version: -1
args:
- name: input
  description: Input list.
  isArray: true
- name: current
  description: Current aggregation state.
  isArray: true
outputs:
- contextPath: Expanse.AttributionCI.name
  description: Name of the CI.
  type: string
- contextPath: Expanse.AttributionCI.sys_id
  description: sys_id of the CI.
  type: string
- contextPath: Expanse.AttributionCI.sys_class_name
  description: Class name of the CI.
  type: string
- contextPath: Expanse.AttributionCI.asset.display_value
  description: The CI Asset display value.
  type: string
- contextPath: Expanse.AttributionCI.asset.link
  description: The CI Asset link url.
  type: string
- contextPath: Expanse.AttributionCI.asset.value
  description: The CI Asset value.
  type: string
script: '-'
tags: []
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.13.83255
fromversion: 6.0.0
tests:
- No tests (auto formatted)