Search

Clear filter
Question
Stephen Wilson · Sep 20, 2019

Is there an OAuth 2.0 "sliding expiration" for JWT access tokens to extend the expiry date?

extend beyond the 3 minutes when a user is active, you are left with the problem of a user logged in and an invalid/expired access token being utilized in data-access requests (web api
Question
Ben Spead · Feb 3, 2022

How to determine the UNIX user/group that InterSystems IRIS is running as?

So being able to run an API like Tim's will work nicely as I can run it via the Output window from Studio: Understood ... but I'm curious as to how IRIS is getting my environment:
Question
Anna Diak · Dec 2, 2023

Java Gateway connection fails for the Stateless Service example

= jsonObject.get("origin").toString() Set destination = jsonObject.get("destination").toString() Set URLsource=jgw.new("java.net.URL","http://maps.googleapis.com/maps/api
Question
Pierre LaFay · Dec 29, 2023

How to temporarily give role(s) to a user?

I think so (I haven't tested because until now I called these methods as part of a rest api so for any new action I reused my effective user token).
Question
Andrew Langley · Jan 18, 2024

Issue with Java Gateway and Java classes

RabbitMQ.jar amqp-client-5.18.0.jar slf4j-api-1.7.36.jar slf4j-simple-1.7.36.jar I've used the Java Gateway wizard via Studio and compiled the java classes that this would refer
Question
João Carlos Azevedo · Dec 21, 2022

Generate object from %XML.Reader's Next method

The JasperSoft Studio and API capabilities are kinda lacking in a specific way, this is why we need to modify it from a default template, to a custom one, at runtime.
Article
Zhong Li · Jan 27, 2020

Python JDBC connection into IRIS database - a quick note

We will recap on ODBC, Spark and Python Native API in next brief note.
Article
Luis Angel Pérez Ramos · Jun 16

Configuring OpenTelemetry in IRIS

Metrics : These come from the information available to us from the REST API /api/monitor ( you can see the official documentation for this API here ).
Question
Antonio Garcia Martinez · Aug 1, 2018

Net.HttpRequest - blank response?

And in future to connect to an API. Set httprequest=##class(%Net.HttpRequest).
Article
Yuri Marx · Jan 25, 2021

Static Documentation Generators

Repo: https://github.com/docsifyjs/docsify No statically built html files Simple and lightweight (~21kB gzipped) Smart full-text search plugin Multiple themes Useful plugin API
Article
Yuri Marx · Aug 8

Tracing InterSystems IRIS Applications Using Jaeger

This sample will monitor the PersonREST API on the /persons/all endpoint.
Announcement
Guillaume Rongier · Mar 16, 2022

HL7v2 to FHIR, it's easy !

/fhir/hl7/oru ``` ### FHIR to HL7 vxu ``` POST http://localhost:32783/api/fhir/hl7/vxu ``` ### CDA to FHIR ``` POST http://localhost:32783/api/cda/fhir ``` #### Example
Article
Luis Angel Pérez Ramos · Apr 29, 2024

Tasks flow with InterSystems IRIS Workflow Engine - Introduction

Here is the API by @Eduard.Lebedyuk , Frontend 1 and Frontend 2 by @Sergei.Sarkisian , I'm not sure though which is preferrable?
Article
Oleg Dmitrovich · Jan 4, 2018

Caché audit & DeepSee

Another standard component is an Audit subsystem with a web interface, which has the options for expanding with your own event types and an API for using in an application code.
Question
Utsavi Gajjar · Feb 25, 2022

Monitoring Status of IRIS Production

I have been exploring http://localhost:52773/api/monitor/metrics but don't see anything in there that tells me whether my Production(s) are running ok or not. Thank you.