Get External Ingest Integrations for the resource
POST/resource/external_integration
Returns a list of external ingestion integrations for the specified resource.
Request
- application/json; charset=UTF-8
Body
excludeSeverityList string[]
External Findings Severitys to exclude
findingType string[]
External Finding Types
riskFactors string[]
Possible values: [CRITICAL_SEVERITY
, HIGH_SEVERITY
, MEDIUM_SEVERITY
, HAS_FIX
, REMOTE_EXECUTION
, DOS
, RECENT_VULNERABILITY
, EXPLOIT_EXISTS
, ATTACK_COMPLEXITY_LOW
, ATTACK_VECTOR_NETWORK
, REACHABLE_FROM_THE_INTERNET
, LISTENING_PORTS
, CONTAINER_IS_RUNNING_AS_ROOT
, NO_MANDATORY_SECURITY_PROFILE_APPLIED
, RUNNING_AS_PRIVILEGED_CONTAINER
, PACKAGE_IN_USE
]
External finding risk factors
rrn string
Restricted Resource Name
rrnList string[]
Restricted Resource Name
timelineItemId string
Timeline Item ID
Responses
- 200
- 400
success / no_results
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
assetJson string
firstSeen int64
hasAgent boolean
id string
lastSeen int64
name string
rlUpdatedOn int64
source string
Possible values: [AWS_INSPECTOR
, AWS_GUARD_DUTY
, TENABLE
, QUALYS
, PRISMA_CLOUD
, AZURE_SECURITY_CENTER
]
tags string[]
[
{
"assetJson": "string",
"firstSeen": 0,
"hasAgent": true,
"id": "string",
"lastSeen": 0,
"name": "string",
"rlUpdatedOn": 0,
"source": "AWS_INSPECTOR",
"tags": [
"string"
]
}
]
bad_request / invalid_parameter_value
Loading...