REST API to manage the IBM Cloud Activity Tracker service
| Method | Path | Summary |
|---|---|---|
| GET | /v1/config/archiving | Get Archive Configuration |
| POST | /v1/config/archiving | Create Archive Configuration |
| PUT | /v1/config/archiving | Update Archive Configuration |
| DELETE | /v1/config/archiving | Delete Archive Configuration |
| GET | /v1/config/view | List Views |
| POST | /v1/config/view | Create View |
| GET | /v1/config/view/{viewId} | Get View |
| PUT | /v1/config/view/{viewId} | Update View |
| DELETE | /v1/config/view/{viewId} | Delete View |
| GET | /v1/config/presetalert | List Preset Alerts |
| POST | /v1/config/presetalert | Create Preset Alert |
| GET | /v1/config/presetalert/{presetId} | Get Preset Alert |
| PUT | /v1/config/presetalert/{presetId} | Update Alert |
| DELETE | /v1/config/presetalert/{presetId} | Delete Alert |
| GET | /v1/config/categories/{type} | List Categories |
| POST | /v1/config/categories/{type} | Create New Category |
| GET | /v1/config/categories/{type}/{id} | Get Category |
| PUT | /v1/config/categories/{type}/{id} | Update Category |
| DELETE | /v1/config/categories/{type}/{id} | Delete Category |
| GET | /v1/export | Export log lines |
| GET | /v2/export | Export log lines |
| GET | /v1/config/stream | Get Stream Configuration |
| PUT | /v1/config/stream | Update Stream Configuration |
| POST | /v1/config/stream | Create Stream Configuration |
| DELETE | /v1/config/stream | Delete Stream Configuration |
| GET | /v1/config/stream/exclusions | List Stream Exclusions |
| POST | /v1/config/stream/exclusions | Create Stream Exclusion |
| DELETE | /v1/config/stream/exclusions/{id} | Delete Stream Exclusion |
| PATCH | /v1/config/stream/exclusions/{id} | Update Stream Exclusion |
| GET | /v1/config/stream/exclusions/{id} | Get Stream Exclusion |
| GET | /v1/config/ingestion/exclusions | List Exclusion Rules |
| POST | /v1/config/ingestion/exclusions | Create Exclusion Rule |
| GET | /v1/config/ingestion/exclusions/{id} | Get Exclusion Rule |
| PATCH | /v1/config/ingestion/exclusions/{id} | Update Exclusion Rule |
| DELETE | /v1/config/ingestion/exclusions/{id} | Delete Exclusion Rule |
| GET | /v1/config/ingestion/status | Get Ingestion Status |
| POST | /v1/config/ingestion/suspend | Initiate Ingestion Suspension |
| POST | /v1/config/ingestion/suspend/confirm | Confirm Ingestion Suspension |
| POST | /v1/config/ingestion/resume | Resume Ingestion |
| GET | /v1/usage/apps | List Usage By App |
| GET | /v1/usage/apps/{name} | Get Usage By App |
| GET | /v1/usage/tags | List Usage by Tag |
| GET | /v1/usage/tags/{name} | Get Usage by Tag |
| GET | /v1/usage/hosts | List Usage by Host |
| GET | /v1/usage/hosts/{name} | Get Usage by Host |
| GET | /v2/usage | Retrieve account usage totals |
| GET | /v1/config/groups | List Groups |
| POST | /v1/config/groups | Create Group |
| GET | /v1/config/groups/{groupId} | Get Group |
| DELETE | /v1/config/groups/{groupId} | Delete Group |
| PATCH | /v1/config/groups/{groupId} | Update Group |
| GET | /v1/config/keys | Retrieve a list of all the keys |
| POST | /v1/config/keys | Create a new key |
| GET | /v1/config/keys/{id} | Retrieve a specific key |
| DELETE | /v1/config/keys/{id} | Delete a specific key |
| PUT | /v1/config/keys/{id} | Update one or more fields of a key resource |
| GET | /v1/config/index-rate | Get Index Rate Alert |
| PUT | /v1/config/index-rate | Update Index Rate Alert |