public.vwoauthusagedetaileddata

public.vwoauthusagedetaileddata

Description

Table Definition
CREATE VIEW vwoauthusagedetaileddata AS (
 SELECT oauthusagedetaileddata.clientid,
    oauthusagedetaileddata.rowdate,
    oauthusagedetaileddata.clientname,
    oauthusagedetaileddata.organizationid,
    oauthusagedetaileddata.userid,
    oauthusagedetaileddata.templateuri,
    oauthusagedetaileddata.httpmethod,
    oauthusagedetaileddata.status200,
    oauthusagedetaileddata.status300,
    oauthusagedetaileddata.status400,
    oauthusagedetaileddata.status500,
    oauthusagedetaileddata.status429,
    oauthusagedetaileddata.requests,
    oauthusagedetaileddata.updated
   FROM oauthusagedetaileddata
)

Columns

Name Type Default Nullable Children Parents Comment
clientid varchar(50) true
rowdate timestamp without time zone true
clientname varchar(200) true
organizationid varchar(50) true
userid varchar(50) true
templateuri varchar(500) true
httpmethod varchar(50) true
status200 integer true
status300 integer true
status400 integer true
status500 integer true
status429 integer true
requests integer true
updated timestamp without time zone true

Referenced Tables

Name Columns Comment Type
public.oauthusagedetaileddata 15 Detailed OAuth usage by client, endpoint and HTTP method per day BASE TABLE

    • Related Articles

    • README

      Logo Genesys Adapter Data Dictionary Tables Name Columns Comment Type public.tabledefinitions 5 Subscription Detailed Data BASE TABLE public.activeqmembersdata 9 Historical Active Membership of Queues BASE TABLE public.activitycodedetails 11 Activity ...
    • public.evalquestiondata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...
    • public.participantattributesdynamic

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
    • public.userpresencedetaileddata

      Description User Presence Detailed Data Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false Primary Key userid varchar(50) true Agent GUID starttime timestamp without time zone false Start Time (UTC) starttimeltc ...
    • public.userinteractionpresencedetaileddata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false userid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true endtime timestamp without time zone ...