API Management-specific Platform audit log query types
You construct audit log queries for specific types of account management actions by combining the type, action, and modifier filter parameters.
| Action type | type | action | modifier |
|---|---|---|---|
| Add an API application | api.application | ADD | NONE |
| Update an API application | api.application | UPDATE | NONE |
| Add an authentication source | api.authentication_source | ADD | NONE |
| Remove an authentication source | api.authentication_source | DELETE | NONE |
| Update an authentication source | api.authentication_source | UPDATE | NONE |
| Add an API contract | api.contract | ADD | NONE |
| Update an API contract | api.contract | UPDATE | NONE |
| Add an API deployment | api.deployment | ADD | NONE |
| Deploy or Redeploy an API | api.deployment | DEPLOY | NONE |
| Remove an API deployment | api.deployment | DELETE | NONE |
| Update an API deployment | api.deployment | UPDATE | NONE |
| Add Gateway Settings when enabling gateway | api.gateway_settings | ADD | NONE |
| Update Gateway Settings on update page | api.gateway_settings | UPDATE | NONE |
| Add Portal Settings when enabling gateway | api.portal_settings | ADD | NONE |
| Update Portal Settings on update page | api.portal_settings | UPDATE | NONE |
| Add Environment Settings path during initial save | api.environment_settings | ADD | NONE |
| Update Environment Settings path when saving | api.environment_settings | UPDATE | NONE |
| Add an API Key | api.key | ADD | NONE |
| Remove an API Key | api.key | DELETE | NONE |
| Update an API Key | api.key | UPDATE | NONE |