ObjectsGrid
  • Documentation
    • Core Concepts
    • Usage Guide
      • Quick Start
      • Authentication and Authorization
      • Access Control via ABAC
      • GraphQL API Examples
      • Login with Google app setup
      • Objects Schemas
    • OBJECTS GRID Objects
      • Generic Object
        • GenericObjects REST API
      • Enum Object
        • Enum Object REST API
      • ProductCatalog Object
      • ProductGroup Object
      • Product Object
      • Brand Object
        • Brands REST API
      • Language-Tagged String
      • Tags Object
      • Meta Object
    • Private Objects
      • Auth
        • Tokens REST API
      • ABAC Policy
        • ABACPolicies REST API
      • Organization Account
        • OrganizationAccounts REST API
      • User Account
        • UserAccounts REST API
      • Service Account
        • ServiceAccounts REST API
      • Access Logging
        • AccessLogEntries REST API
  • Support
    • Terms and Conditions
  • Blogs
    • Attribute Based Access Control
    • ABAC vs RBAC
Powered by GitBook
On this page
  • AccessLogEntry Object Attributes
  • ObjectInfo Object Attributes

Was this helpful?

  1. Documentation
  2. Private Objects

Access Logging

Your audit data.

PreviousServiceAccounts REST APINextAccessLogEntries REST API

Last updated 2 months ago

Was this helpful?

AccessLogEntry Object Attributes

All requests made to your Organization Account are recorded for audit purposes. This enables you to perform security audits, provides insights into API usage, helps troubleshoot issues, and detects potential abuse. You can query this data by using , see the for details.

Name
Type
Description

organizationAccountID

String

The Organization Account ID

serviceID

String

The REST API service id, 'genericobjects', 'useraccounts', etc.

serviceVersion

String

The REST API service version

operationID

String

he REST API operation id: 'create', 'retrieve', 'update', 'delete', etc.

correlationID

String

The correlation id.

principalID

String

The user account id or service account id used in the request. This is extracted from the access token.

sessionID

String

The client app session id if one was provided in the request

remoteAddr

String

The IP Address where the request originated from.

userAgent

String

requestDateTime

Date-Time

accessPoint

String

What Access Point was used, EU, US, etc.

environment

String

What environment this request was pointing to, PROD, TEST

requestURL

String

The request's URL

requestBody

String

The request's Body

httpMethod

String

The request's method, GET, POST, PUT, DELETE, etc.

responseDateTime

Date-Time

responseCode

Integer

responseTimeNanoseconds

Float

What was the response's performance in nanoseconds at the datacenter edge. Excludes the network lag from client app to the datacenter and back.

objectsAccessGranted

Info for the Objects we granted access to

objectsAccessDenied

Info for the Objects we denied access to

ObjectInfo Object Attributes

Details about the object for which access was granted or denied. In a mutation operation (CRUD), a single object is affected, and it's information is included in the AccessLogEntry, so here it will be null. In a list (or query) operation, multiple objects may be requested, with access granted to some and possibly denied to others. You will find that information here.

Name
Type
Description

objectID

String

The Object's ID

objectType

String

The Object Type

namespace

String

The Object's namespace

objectVersion

String

The Object's version

deleted

Boolean

If the Object is deleted

tags

Array of Tags



The request

date-time string at UTC, format outlined in section 5.6 of the RFC 3339 profile of the . Example: 2007-12-03T10:15:30Z

date-time string at UTC, format outlined in section 5.6 of the RFC 3339 profile of the . Example: 2007-12-03T10:15:30Z

The response's H

Array of

Array of

Array of

Elastic Search Query DSL
AccessLogEntries REST API documentation
Contact Support
User Agent
ISO 8601 standard
ISO 8601 standard
TTP Status code
ObjectInfo
ObjectInfo
Tag