Search

Clear filter
Question
Michael Jobe · Jan 26, 2021

Bug in SAM Prometheus metrics endpoint

with a line feed character. Empty lines are ignored. Link is here: Prometheus format In the current output on the <hostname>:8080/api/monitor/metrics endpoint the last
Question
Timothy Leavitt · Mar 2, 2016

What determines the value of $$$DefaultLanguage (used for localization) for a new Caché installation

it be different? How is this determined? I don't see an option to select a language during Caché installation. Also, is there a supported/preferred API for setting the default
Question
John Murray · Mar 14, 2016

Atelier equivalent of Studio add-ins

:57772/api/atelier/v1/%25SYS/action/query with this body{"query": "call %CSP.StudioTemplateMgr_Templates('addin')"}This returns the JSON which enumerates those templates of type 'addin
Question
Sergio Martinez · Apr 8, 2016

References about failover architecture with members in different datacenters

mode transactions or journal Sync() API to ensure that a particular update is durably committed. That requires a synchronous round trip to the backup, which of course incurs any
Question
Everardo Cunha · Apr 19, 2017

Variable number of arguments in web service method

= "IN");Property sql As %Library.String(MAXLEN = "", XMLIO = "IN");This extra class is required to provide a concrete API to your web method. The web service description
Question
Steven LeBlanc · Apr 25, 2017

Should calls to a third-party web service go through ESB (Ensemble

API access to the back end application. They're looking for a best practice approach for the scenario where the Caché back end is calling a third-party web service. Should that go
Article
Robert Cemper · Dec 27, 2021

My Reviews on Open Exchange - Dec.2021

and impressive ready to go 5.0 8 zap-api-scan-sample incredible security check 5.0 9 appmsw-zpm-shields interesting add-on 4.5 y 10 cache-iat
Announcement
Simon Player · Sep 12, 2017

InterSystems IRIS Data Platform

platform provides application integration, data coordination, business process orchestration, composite application development, API management, and real-time monitoring and alerting
Announcement
Evgeny Shvarov · Sep 15, 2017

Join InterSystems Developer Meetup on 17th of October in UK, Birmingham

presentation made reference to a Google V8 API bottleneck issue. Here's the link to the bug tracker report:https://bugs.chromium.org/p/v8/issues/detail?id=5144#c1and the detailed
Question
Sarvan Ibishov · Jan 31, 2018

Service Unavailable while invoke rest url

/// Class for REST-like web api.<br>/// Logic related to request processing goes here.Class isc.REST Extends isc.AbstractREST{XData UrlMap{<Routes> <!-- Test method
Question
Roberto Cahanap · Sep 14, 2018

REST POST 405 error

I'm testing out the new %CSP.REST way of creating an api and having a problem with a POST getting a 405 error.I get data returned when I do a GET, so I don't think it's
Question
Rosti Zacharias · Sep 23, 2018

Atelier and Eclipse not connecting to Server

in the private apache's port? Is the port reachable (windows firewall on your server?) Note that you need to make sure to have only password authentication on the /atelier/api webapp
Question
Sam Duncan · Jul 12, 2023

Is there a good existing way to export all derived classes of a given class

option will show such a list, but I'm not aware of a built-in API for programmatically exporting their source code. Yesterday I wrote some code for exporting derived classes
Article
Dmitry Maslennikov · Jul 2, 2023

Profile ObjectScript with more power

. Worked in terminal. But I was not able to capture any useful profiling data when calling ##class(caretdev.zprofile.main).Trace() from within REST API (using postman). Also "job
Question
Pierre LaFay · Aug 20, 2023

How to get param passed in GET REST query

be obvious, but I'm new to Iris for REST Api... Hello Pierre, No problem. You can use the merge command(sorry not a string function) to take a copy of entire global node and subtree merge