CDBMongoRequests
This table details data plane operations, specifically for Mongo API accounts.
Solutions
- LogManagement
Resource types
- Azure Cosmos DB
Columns
| Column | Type | Description |
|---|---|---|
| AccountName | string | The name of the Cosmos DB account against which this Mongo API request was issued. |
| ActivityId | string | The unique identifier (GUID) for this Mongo API request. |
| Address | string | The IP address of the client VM which issued the request. |
| AuthorizationTokenType | string | The authorization token used for this request. |
| CollectionName | string | The name of the Cosmos DB container against which this request was issued. |
| DatabaseName | string | The name of the Cosmos DB database against which this request was issued. |
| DurationMs | real | The server-side execution time (in ms) for this request. |
| ErrorCode | string | The error code (if applicable) for this request. |
| OpCode | string | The operation code for the Mongo API request. |
| OperationName | string | The Mongo API operation that was executed |
| PIICommandText | string | Full text query (if opted in) for this Mongo API request. |
| RateLimitingDelayMs | real | The estimated time (in ms) spent retrying due to rate limited operations. |
| RegionName | string | The region against which this request was issued. |
| RequestCharge | real | The RU (Request Unit) consumption for this request. |
| RequestLength | real | The payload size (in bytes) of the request. |
| _ResourceId | string | A unique identifier for the resource that the record is associated with |
| ResponseLength | real | The payload size (in bytes) of the server response. |
| RetriedDueToRateLimiting | bool | Boolean flag indicating if this request was retried server side due to throttles. |
| RetryCount | int | The number of server side retries executed for this request. |
| SourceSystem | string | |
| _SubscriptionId | string | A unique identifier for the subscription that the record is associated with |
| TenantId | string | |
| TimeGenerated | datetime | Timestamp (in UTC) of the Mongo API data plane request. |
| Type | string | The name of the table |
| UserAgent | string | The user agent suffix associated with the client issuing the request. |