public.oauthusagedetaileddata
Description
Detailed OAuth usage by client, endpoint and HTTP method per day
Columns
| 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
| oauthusagedetaileddata_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
| 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
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 score ...
public.participantattributesdynamic
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 conversationenddate ...
public.hoursblockdata
Columns Name Type Default Nullable Children Parents Comment keyid varchar(200) false userid varchar(50) true startdate timestamp without time zone true startdateltc timestamp without time zone true enddate timestamp without time zone true enddateltc ...
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 ...