Skip to content

Instantly share code, notes, and snippets.

@asoorm
Created January 23, 2018 21:37
Show Gist options
  • Save asoorm/0614db343aeb326c7fd6214a4324b896 to your computer and use it in GitHub Desktop.
Save asoorm/0614db343aeb326c7fd6214a4324b896 to your computer and use it in GitHub Desktop.
Tyk Analytics - Available properties
{
"_id" : ObjectId("5a67a9d2f5985b94c44bcf6e"),
"method" : "GET",
"path" : "headers",
"rawpath" : "headers",
"contentlength" : NumberLong(0),
"useragent" : "PostmanRuntime/7.1.1",
"day" : 23,
"month" : 1,
"year" : 2018,
"hour" : 21,
"responsecode" : 200,
"apikey" : "key",
"timestamp" : ISODate("2018-01-23T21:31:57.266Z"),
"apiversion" : "Non Versioned",
"apiname" : "httpbin",
"apiid" : "3643588ceabb49934de926e8c19d9410",
"orgid" : "5a6340321df0e60a79bcfc01",
"oauthid" : "",
"requesttime" : NumberLong(93),
"rawrequest" : "BASE64 ENCODED HTTP REQUEST",
"rawresponse" : "BASE64 ENCODED HTTP RESPONSE",
"ipaddress" : "127.0.0.1",
"geo" : {
"country" : {
"isocode" : ""
},
"city" : {
"geonameid" : 0,
"names" : {}
},
"location" : {
"latitude" : 0.0,
"longitude" : 0.0,
"timezone" : ""
}
},
"tags" : [
"key-apikey",
"org-5a6340321df0e60a79bcfc01",
"api-3643588ceabb49934de926e8c19d9410"
],
"alias" : "",
"trackpath" : true,
"expireAt" : ISODate("2117-12-30T21:31:57.266Z")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment