MGAU: Management audit message
The Management category logs user requests to the Management API. Every HTTP request that is not a GET or HEAD request to a valid API URI logs a response containing the username, IP, and type of request to the API. Invalid API URIs (such as /api/v3-authorize) and invalid requests to valid API URIs are not logged.
Code | Field | Description |
---|---|---|
MDIP |
Destination IP Address |
The server (destination) IP address. |
MDNA |
Domain name |
The host domain name. |
MPAT |
Request PATH |
The request path. |
MPQP |
Request query parameters |
The query parameters for the request. |
MRBD |
Request body |
The content of the request body. While the response body is logged by default, the request body is logged in certain cases when the response body is empty. Because the following information is not available in the response body, it is taken from the request body for the following POST methods:
Note: Sensitive information is either deleted (for example, an S3 access key) or masked with asterisks (for example, a password). |
MRMD |
Request method |
The HTTP request method:
|
MRSC |
Response code |
The response code. |
MRSP |
Response body |
The content of the response (the response body) is logged by default. Note: Sensitive information is either deleted (for example, an S3 access key) or masked with asterisks (for example, a password). |
MSIP |
Source IP address |
The client (source) IP address. |
MUUN |
User URN |
The URN (uniform resource name) of the user who sent the request. |
RSLT |
Result |
Returns successful (SUCS) or the error reported by the backend. |