Schemas:

ACCOUNT_USAGE

INTERNAL_STAGE_NETWORK_ACCESS_HISTORY view

This Account Usage view can be used to query any network access attempts to an internal stage within the last 365 days (1 year).

Columns

Column NameData TypeDescription
EVENT_TIMESTAMPTIMESTAMP_LTZCloud service provider event timestamp.
EVENT_IDVARCHARCloud service provider event ID.
EVENT_NAMEVARCHARCloud service provider event name.
EVENT_TYPEVARCHARCloud service provider event type.
CLOUD_PROVIDERVARCHARCloud service provider.
USER_NAMEVARCHARUser associated with this event.
CLIENT_IPVARCHARClient IP accessing the internal stage.
CLIENT_PRIVATELINK_IDVARCHARClient private link ID accessing the internal stage: for example, a VPCE ID.
BYTES_INNUMBERBytes transferred into the stage.
BYTES_OUTNUMBERBytes transferred out of the stage.
IS_SUCCESSBOOLEANWhether the user’s request was successful or not.
ERROR_CODEVARCHARError code, if the request was not successful.
ERROR_MESSAGEVARCHARError message returned to the user, if the request was not successful.
AUTHENTICATION_METHODVARCHARCloud service provider authentication method, such as AuthHeader or QueryString.
STAGE_PATHVARCHARNetwork directory path for the internal stage location. For example, the path appearing after the AWS bucket name in the URL.

Usage notes

  • Network access record collection starts at the time you enable the view.
  • Network access records are retained for 1 year, starting at the time you enable the view.