Skip to content

Cloud Security Risks

Operations for the Cloud Security Risks service collection.

LanguageLast Update
Pythonv1.6.5
PowerShell
Gov0.22.0
TypeScriptv0.6.0
Rust
Rubyv1.4.0


OperationDescription
cloud-security-timeline-risks-enriched
cloud_security_timeline_risks_enriched
Returns the enriched asset timeline.

Returns the enriched asset timeline.

Method GET
Route /cloud-security-timeline/entities/cloud-risks-enriched-timeline/v1
Scope Cloud Security API Risks: READ
PEP 8 cloud_security_timeline_risks_enriched
id query · string
The GCRN (Global Cloud Resource Name) of the asset
parameters query · dictionary
Full query string parameters payload in JSON format. Not required when using other keywords.
from falconpy import CloudSecurityRisks
falcon = CloudSecurityRisks(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
response = falcon.cloud_security_timeline_risks_enriched(id="string")
print(response)
[
{
"asset": {},
"timeline": {}
}
]