Learn about each example response and available response
fields for incidents retrieval and remediation by an API client
for Data Security.
Where Can I Use This?
What Do I Need?
Strata Cloud Manager
Data Security license
Or any of the following licenses that include the Data Security license:
CASB-X
CASB-PA
A registered API
client on Data Security can manage incident state and perform
remediation actions based on the asset related to the corresponding
incident:
With incident_apiscope on Data Security, you can retrieve and update incident status:
With remediation_apiscope on Data Security, you can quarantine assets to the administrator’s folder
(admin quarantine)
for immediate review and assessment and restore quarantined assets:
Performs admin quarantine actions
on the corresponding asset. A POST request
to the remediation/api/assets/{id}/quarantine endpoint
with remediation_apiscope is used
to quarantine the asset to the administrator’s folder, with the
following limitations:
Quarantine and restore processes
are asynchronous—Response does not mean that Data Security successfully
quarantined the asset; rather, the acknowledgment indicates that
the request is accepted and quarantine process will be triggered.
Remediation support—Not all SaaS applications support admin quarantine, nor for all asset
types.
Reverts admin quarantine action
for the corresponding asset. A POST request
to the remediation/api/assets/{id}/restore endpoint
with remediation_apiscope is used
to restore the quarantined asset.