Search

Clear filter
Article
Ikram Shah · Jul 6, 2023

Facilitating Document Export: Share Text and Tabular Data to Google Docs and Sheets

Here we have only used plain text to insert, but any text formatting option seen in Google Docs UI can be replicated and inserted into docs via the API calls.
Article
Lorenzo Scalese · Feb 8, 2022

How to set up a mirror programmatically

. ### Tools and libraries - [config-api](https://openexchange.intersystems.com/package/Config-API): This library will be used to configure IRIS.
Question
Dhaval Shah · Jan 24, 2019

How to make a XML Message ?

Hi All, Actually I am trying to implement a RESt API where in I will get ZIPCODE as request and I need to call external API which will take ZIPCODE as input and give State and City
Announcement
Bob Kuszewski · Dec 22, 2022

IAM 3.0 Release Announcement

IAM 3.0 Release InterSystems API Manager (IAM) version 3.0.2 is now Generally Available.
Question
Vivek Nayak · Aug 26, 2019

Debugging in Visual studio code using Serenji.

Alternatively, use the 'ClassMethod' debug configuration and call directly the server-side classmethod that implements the method in your REST API.
Announcement
Stefan Wittmann · May 21, 2021

IAM 2.3 is now GA (Generally Available)

The GA release is now published for the 2.3 version of the InterSystems API Manager (IAM).
Question
jain saniya · Sep 3, 2020

access the ip address of a machine that run my URL in python

and enhance security The Native API connects to IRIS by starting a background JOBIn namespace %SYS you can have access to every fresh started job.The routine name is %ZSTART.mac.You
Question
Dmitry Maslennikov · Apr 1, 2024

JWT Authentication for REST

Since the web application /api/atelier requires user permission on the %Development resource, the request is failing.
Question
Scott Roth · Aug 19, 2022

SAM - Custom Application Metrics

SAM is executing a REST API call to http://[your-server]/api/monitor/metrics for any server included in your cluster. I'm not sure where the interval is being configured.
Article
Ariel Glikman · Nov 10, 2024

IKO & IAM - remember to include a sidecar

IAM - InterSystems API Manager is a great tool for monitoring your traffic.
Article
Muhammad Waseem · Jun 3, 2024

kubernetes architecture and configuration - Part 2

API (Application Programming Interface): The Kubernetes API is the primary interface for interacting with the cluster programmatically.
Announcement
Bob Kuszewski · Apr 3, 2023

IAM 3.2 Release Announcement

IAM 3.2 Release InterSystems API Manager (IAM) version 3.2.1 is now Generally Available.
Announcement
Anastasia Dyubaylo · May 10, 2022

[Video] Using Python to Connect to InterSystems IRIS

Hi Community, See how you can develop in Python and connect to InterSystems IRIS® data platform with PyODBC and the Native API: ⏯ Using Python to Connect to InterSystems
Question
Dmitrii Kuznetsov · Feb 17, 2021

How to configure Web Applications from code?

,"Creating Mitz API",!Set Here=$NamespaceSet URL="/mitz"Set $Namespace="%SYS"If ##class(Security.Applications).Exists(URL) {Write "Mitz API already exists",!}
Question
John McBride · Nov 24, 2023

OpenTelemetry support?

https://opentelemetry.io/ yes, it should be compatible, iris support Prometheus api format And Prometheus api format are a sub set of opentelemetry.