Hello,
I understand that legacy SOAR APIs are scheduled for deprecation and will no longer be available starting June. I need clarification on the following points:
-
What exactly qualifies as "legacy APIs" in this context?
-
Will the SOAR APIs currently listed in Swagger continue to function after the migration?
-
What specific changes are required on the client side to adapt to the new APIs?
My primary use case involves importing and exporting integrations and playbooks.
While inspecting the application, I noticed internal endpoints such as:/api/external/v1/ide/ExportPackage/<INTEGRATION_NAME>
However, these endpoints are not documented in Swagger. Clarification is needed on whether:
-
These endpoints will remain supported, or
-
There are official alternative APIs available for these operations.
Additionally, attempts to use the newer APIs are resulting in 404 errors. Example:
curl -H "Authorization: Bearer $(gcloud auth print-access-token)" \
"https://chronicle.<region>.rep.googleapis.com/v1beta/projects/<project-id>/locations/<location>/instances/<instance-id>/playbooks"
This returns a 404 response indicating the resource is not found.
Clarification is required on:
-
The correct endpoints for playbook and integration management
-
Whether additional configuration or permissions are required
-
The migration path from legacy endpoints to supported APIs
Thank you.