GlassFish REST Management API

Built-in REST administration API exposed by the GlassFish Domain Administration Server (DAS) for managing domains, applications, JDBC and JMS resources, clusters, monitoring data, and configuration. Served from the running GlassFish server (default admin listener on port 4848) and authenticated with admin credentials. Useful for scripting deployments and CI/CD automation.

API entry from apis.yml

apis.yml Raw ↑
aid: glassfish:rest-management-api
name: GlassFish REST Management API
description: Built-in REST administration API exposed by the GlassFish Domain Administration Server (DAS)
  for managing domains, applications, JDBC and JMS resources, clusters, monitoring data, and configuration.
  Served from the running GlassFish server (default admin listener on port 4848) and authenticated with
  admin credentials. Useful for scripting deployments and CI/CD automation.
humanURL: https://glassfish.org/documentation.html
baseURL: https://HOSTNAME:4848/management/domain
tags:
- Server Management
- Administration
- Monitoring
- CI/CD
properties:
- type: Documentation
  url: https://glassfish.org/documentation.html
- type: GitHub Repository
  url: https://github.com/eclipse-ee4j/glassfish
- type: Administration Guide
  url: https://eclipse-ee4j.github.io/glassfish/docs/latest/administration-guide.html