Skip to main content

MGAU: Management audit message

Contributors

The Management category logs user requests to the Management API. Every request that is not a GET or HEAD request to the API logs a response with the username, IP, and type of request to the API.

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:

  • Username and account ID in POST authorize

  • New subnets configuration in POST /grid/grid-networks/update

  • New NTP servers in POST /grid/ntp-servers/update

  • Decommissioned server IDs in POST /grid/servers/decommission

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:

  • POST

  • PUT

  • DELETE

  • PATCH

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.