Getters
CyaraLiveVq.Guid()
Returns a new unique guid
CyaraLiveVq.GetVersion()
Returns the internal version of the Cyara LiveVQ API
CyaraLiveVq.GetKey(Keyname)
CyaraLiveVq.GetSession()
returns: json
{ "SessionId": "f2a4269c-06d3-45f1-8032-aa2952885b78", "Active": true, "Sticky": false, "Cpu": 8, "Memory": 8, "Platform": "(Windows NT 10.0; x64)", "OperatingSystem": "Windows 10", "Browser": "Chrome (88.0.4324.182) ", "IpAddress": "122.199.46.46", "Isp": { "Asn": 38195, "Name": "Superloop", "Location": { "Longitude": 153.02746460625, "Latitude": -27.467464695286 } }, "GeoLocation": { "Longitude": 153.0285207, "Latitude": -27.457283, "City": "Spring Hill", "County": "Brisbane", "PostalCode": "4000", "State": "Queensland", "Country": "Australia" }, "AudioDevice": null, "Started": "2021-02-21T02:27:56.290Z", "StartedEpoch": 1613874476.29, "Timezone": "Australia/Brisbane", "NetworkType": "4g", "NetworkDiagnostics": {}, "NetworkUpload": 30.5, "NetworkDownload": 44.12, "NetworkJitter": 0 }
CyaraLiveVq.GetDispositionList()
Returns a list of configured disposition entries from the admin configuration
returns: json
{ "positive": [ "example one", "example two" ], "negative": [ "example one", "example two" ] }
Comments
0 comments
Please sign in to leave a comment.