Activity Tracker API Version 2

Introduction You can configure IBM Cloud® Activity Tracker Event Routing to manage auditing events in your IBM Cloud account.https://cloud.ibm.com/docs/atracker?topic=atracker-getting-started IBM Cloud Activity Tracker Event Routing provides a REST API that you can use with the golang language to define, retrieve, and modify targets and routes. For details about using IBM Cloud Activity Tracker Event Routing, see the IBM Cloud Activity Tracker Event Routing documentationhttps://cloud.ibm.com/docs/atracker. Endpoint URL You can use private and public endpoints to manage IBM Cloud Activity Tracker Event Routing. The IBM Cloud Activity Tracker Event Routing API uses the following regional private endpoint URL. text https://private.

MethodPathSummary
POST/api/v2/targetsCreate a target
GET/api/v2/targetsList targets
GET/api/v2/targets/{id}Get details of a target
PUT/api/v2/targets/{id}Update a target
DELETE/api/v2/targets/{id}Delete a target
POST/api/v2/targets/{id}/validateValidate a target
POST/api/v2/routesCreate a route
GET/api/v2/routesList routes
GET/api/v2/routes/{id}Get details of a route
PUT/api/v2/routes/{id}Update a route
DELETE/api/v2/routes/{id}Delete a route
GET/api/v2/settingsGet settings
PUT/api/v2/settingsModify settings