public.oauthusagedetaileddata

public.oauthusagedetaileddata

Description

Detailed OAuth usage by client, endpoint and HTTP method per day

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(200) false Primary Key
clientid varchar(50) true OAuth Client GUID
rowdate timestamp without time zone true Date
clientname varchar(200) true OAuth Client Name
organizationid varchar(50) true Home Organization GUID
userid varchar(50) true OAuth Agent (user) GUID
templateuri varchar(500) true The API resource or template URI
httpmethod varchar(50) true HTTP verb used for the request
status200 integer true Count of 200 response codes
status300 integer true Count of 3xx response codes
status400 integer true Count of 4xx response codes
status500 integer true Count of 5xx response codes
status429 integer true Count of 429 rate-limit responses
requests integer true Total number of requests
updated timestamp without time zone true UTC timestamp when row was written

Constraints

Name Type Definition
oauthusagedetaileddata_pkey PRIMARY KEY PRIMARY KEY (keyid)

Indexes

Name Definition
oauthusagedetaileddata_pkey CREATE UNIQUE INDEX oauthusagedetaileddata_pkey ON public.oauthusagedetaileddata USING btree (keyid)

    • Related Articles

    • public.vwoauthusagedetaileddata

      Description Table Definition CREATE VIEW vwoauthusagedetaileddata AS ( SELECT oauthusagedetaileddata.clientid, oauthusagedetaileddata.rowdate, oauthusagedetaileddata.clientname, oauthusagedetaileddata.organizationid, oauthusagedetaileddata.userid, ...
    • 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 ...