© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is a Caché Server Pages (CSP) based application that displays a list of web applications available within the selected namespace. Each entry includes dispatch information and a Swagger specification URL. Clicking on a specific application allows you to retrieve its Swagger API definition in JSON format.
%SYS
).%SYS
)API Endpoint | Dispatch Class | Resource | Swagger Spec URL | Status |
---|---|---|---|---|
/api/atelier |
%Api.Atelier |
%Development |
/api/mgmnt/v1/%25SYS/spec/api/atelier |
Enabled |
/api/deepsee |
%Api.DeepSee |
N/A | /api/mgmnt/v1/%25SYS/spec/api/deepsee |
Enabled |
/api/docdb |
%Api.DocDB |
N/A | /api/mgmnt/v1/%25SYS/spec/api/docdb |
Enabled |
/api/iam |
Unknown | N/A | Not shown | Disabled |
🔍 Use the search bar to filter APIs and select a namespace from the dropdown menu.
You can install ZIRIS DevHub by cloning this repository or importing the classes into your IRIS namespace:
Clone the repository:
git clone https://github.com/yourusername/ZIRIS-DevHub.git
Navigate to the project directory:
cd ZIRIS-DevHub
Run the docker compose file:
docker compose -f docker-compose.yml up -d --build