Environment (env)
The env endpoint provides information about the application’s Environment.
Retrieving the Entire Environment
To retrieve the entire environment, make a GET request to /actuator/env, as shown in the following curl-based example:
$ curl 'http://localhost:8080/actuator/env' -i -X GET
The resulting response is similar to the following:
HTTP/1.1 200 OK
Content-Type: application/vnd.spring-boot.actuator.v3+json
Content-Length: 26617
{
"activeProfiles" : [ ],
"defaultProfiles" : [ "default" ],
"propertySources" : [ {
"name" : "servletContextInitParams",
"properties" : { }
}, {
"name" : "systemProperties",
"properties" : {
"java.specification.version" : {
"value" : "25"
},
"java.class.path" : {
"value" : "/home/runner/.gradle/caches/9.7.0/workerMain/gradle-worker.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/documentation/spring-boot-actuator-docs/build/classes/java/test:/home/runner/work/spring-boot-commercial/spring-boot-commercial/documentation/spring-boot-actuator-docs/build/resources/test:/home/runner/work/spring-boot-commercial/spring-boot-commercial/test-support/spring-boot-test-support/build/libs/spring-boot-test-support-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/core/spring-boot-test/build/libs/spring-boot-test-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-actuator-autoconfigure/build/libs/spring-boot-actuator-autoconfigure-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-cache/build/libs/spring-boot-cache-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-flyway/build/libs/spring-boot-flyway-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-health/build/libs/spring-boot-health-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-webmvc/build/libs/spring-boot-webmvc-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-http-converter/build/libs/spring-boot-http-converter-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-integration/build/libs/spring-boot-integration-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-jackson/build/libs/spring-boot-jackson-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-liquibase/build/libs/spring-boot-liquibase-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-jdbc/build/libs/spring-boot-jdbc-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-micrometer-metrics/build/libs/spring-boot-micrometer-metrics-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-quartz/build/libs/spring-boot-quartz-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-reactor-netty/build/libs/spring-boot-reactor-netty-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-session/build/libs/spring-boot-session-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-tomcat/build/libs/spring-boot-tomcat-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-webflux/build/libs/spring-boot-webflux-4.1.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-registry-prometheus/1.17.1/fa0a245ad6fee4763264dc76d2b3e0166a5f5e47/micrometer-registry-prometheus-1.17.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-core/1.17.1/2a9a38d3d0859022fdf2a93743c0d5fe44796a39/micrometer-core-1.17.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-exposition-formats/1.7.0/e1023556dc6cdcb7142c2635b586782610fdab10/prometheus-metrics-exposition-formats-1.7.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.restdocs/spring-restdocs-mockmvc/4.0.1/dcc2c2b92fa24d2222db8cfeed647dc3bc244bb7/spring-restdocs-mockmvc-4.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.restdocs/spring-restdocs-webtestclient/4.0.1/632e53f13ac477d384f8b3e0f83f5cc0dfd46d63/spring-restdocs-webtestclient-4.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter/6.0.3/da72f4bc0feccbca639b901ace26e3a62512ebec/junit-jupiter-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-junit-jupiter/5.23.0/e66b5f34ffea58bf4388aba58f66a209daeba4fd/mockito-junit-jupiter-5.23.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-engine/6.0.3/e26f7e17d06cfc85ba7643b5ad00c87d5f2084dd/junit-jupiter-engine-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-params/6.0.3/6cd3efadd171a3ddd70413868a9c3af988a45907/junit-jupiter-params-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-api/6.0.3/2e6cfb62db85350179f0408ed5270f7cdf8cefda/junit-jupiter-api-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-engine/6.0.3/101305612e7daa4ce978d3ba73fd02dd4a5f22d9/junit-platform-engine-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-commons/6.0.3/1093a7faa2ba47c28aa83f378d9a2083463bb20c/junit-platform-commons-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-launcher/6.0.3/4a721cdd640ebdaa4c6850f5eee0b0377cf698b0/junit-platform-launcher-6.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.5.38/bc5873cb4a7f502ce18ce2977d98ad26b9f96444/logback-classic-1.5.38.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.h2database/h2/2.4.240/686180ad33981ad943fdc0ab381e619b2c2fdfe5/h2-2.4.240.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-supplier/1.9.27/538c7d2d09a33c374c1fc7ab27fa00f461ce26c4/maven-resolver-supplier-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-resolver-provider/3.9.13/ab689aca61aaf3a27b048691a23ca64ebe913aec/maven-resolver-provider-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model-builder/3.9.13/d4d3b2ce476a73f6ac6edc35f4f89be37d99f990/maven-model-builder-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-impl/1.9.27/876fc89223d9572cade60a1b8158846724548d07/maven-resolver-impl-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-connector-basic/1.9.27/219c1f8c3289b9382b1f86fc278430d3a22968c3/maven-resolver-connector-basic-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-transport-file/1.9.27/89a2b09002672807c05b3b10afccbcb9cfcd8486/maven-resolver-transport-file-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-transport-http/1.9.27/6931510aec55201631d9d904a7d4f8f81541a335/maven-resolver-transport-http-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-spi/1.9.27/fb64e47acdc73f938b4d5b6464ef7a6351f983d5/maven-resolver-spi-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-util/1.9.27/7ee4446af6aab27475765ec9c9dc1fb2b082af2b/maven-resolver-util-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-api/1.9.27/2fe7e86e3c193121789470507cf4fadd5bd7ad59/maven-resolver-api-1.9.27.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/core/spring-boot-autoconfigure/build/libs/spring-boot-autoconfigure-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-actuator/build/libs/spring-boot-actuator-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-transaction/build/libs/spring-boot-transaction-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-sql/build/libs/spring-boot-sql-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-micrometer-observation/build/libs/spring-boot-micrometer-observation-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-web-server/build/libs/spring-boot-web-server-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-netty/build/libs/spring-boot-netty-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-http-codec/build/libs/spring-boot-http-codec-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-servlet/build/libs/spring-boot-servlet-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-persistence/build/libs/spring-boot-persistence-4.1.1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/core/spring-boot/build/libs/spring-boot-4.1.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-test/7.0.9/6c7a684b41d69ad6e46b9bd14ad03a8ff6257adf/spring-test-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context-support/7.0.9/2eb98af1a2d99e07ed416c7be2fda265072b6ed/spring-context-support-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.flywaydb/flyway-core/12.4.0/8dfd90404bb9b6fd4727c67ccbe9a7dfa20c0e53/flyway-core-12.4.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webflux/7.0.9/afecfd67cc223050757c46cb0deb49c63c1e5efc/spring-webflux-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/7.0.9/53b41e6290df1a75fe0e0d16608c80a93bb63bdd/spring-webmvc-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.restdocs/spring-restdocs-core/4.0.1/e711b16a002a2fcf1ce51dba773a9bd81ab51e11/spring-restdocs-core-4.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/7.0.9/c42f4ce0cded1526527296726c4ed30335dfaa10/spring-web-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.integration/spring-integration-core/7.1.1/f1e1b2270046946aed7b51a1f343017792eae8d5/spring-integration-core-7.1.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/tools.jackson.core/jackson-core/3.1.5/ccd7eb3269b8d33bc097b36770f367cdfe2f1150/jackson-core-3.1.5.jar:/home/runner/.gradle/caches/modules-2/files-2.1/tools.jackson.core/jackson-databind/3.1.5/782178f0b1fe088803c03b85eb9a406f60519044/jackson-databind-3.1.5.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jdbc/7.0.9/b1cfa486ba259e5fc93c67db9ad199ac44ac2f6d/spring-jdbc-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.liquibase/liquibase-core/5.0.3/2a2b324d218a847ec8fa688b75bc58d0b09f38e2/liquibase-core-5.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.quartz-scheduler/quartz/2.5.2/2c3a3d8dc34774607e73370352bb1c1beb82b71a/quartz-2.5.2.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.projectreactor.netty/reactor-netty-http/1.3.7/46859a7dc417d2d8eab99c2ee604d2642793b0fc/reactor-netty-http-1.3.7.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.session/spring-session-core/4.1.1/93ce6dadf296deaead4e91091ccbd41a657be7ca/spring-session-core-4.1.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/11.0.24/172bb449cba1a8ffcffa249727907602a4cc899/tomcat-embed-core-11.0.24.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.annotation/jakarta.annotation-api/3.0.0/54f928fadec906a99d558536756d171917b9d936/jakarta.annotation-api-3.0.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.jayway.jsonpath/json-path/2.10.0/e1a0b2e6db75401181c9c1c64c6d155ca5c6d608/json-path-2.10.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.27.7/2f4f64f054c9d618d4b1d89e7611559f5e2cfff7/assertj-core-3.27.7.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.awaitility/awaitility/4.3.0/f0c0bc1e404e500bab3f498b922eaedeae1c0207/awaitility-4.3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-library/3.0/d42c7c6c28654a3d1eb654edaa82fd85c01ce417/hamcrest-library-3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/3.0/254f69f4b0ca22198acfc19fcdd5f96140431c3e/hamcrest-core-3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/5.23.0/a5cf3cf244300e4cd05f779827cf50d373a8460e/mockito-core-5.23.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.skyscreamer/jsonassert/1.5.3/aaa43e0823d2a0e106e8754d6a9c4ab24e05e9bc/jsonassert-1.5.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context/7.0.9/7eb8e01ecf1633ddd4d64ca184194f967b6bc0aa/spring-context-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core-test/7.0.9/e46b3ca3e2293b4305c75dee7c161b93e8351aa0/spring-core-test-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-tx/7.0.9/4912434272ba05818632fe87844532ae98a4af40/spring-tx-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-aop/7.0.9/35f68fd8cdf30444e18835cec152f2619c4c46c7/spring-aop-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-messaging/7.0.9/f96b6ed4a35f5856b0bf1e535e7537204bac55b8/spring-messaging-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/7.0.9/2bee42fa948a5f32761fd0838de3baa1f51c0225/spring-beans-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-expression/7.0.9/9452ece85b97fa3e208046cc3a7e985c314b0034/spring-expression-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/7.0.9/e03c619fc5b26931973277f5ba65ae47967a20e3/spring-core-7.0.9.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.inject/jakarta.inject-api/2.0.1/4c28afe1991a941d7702fe1362c365f0a8641d1e/jakarta.inject-api-2.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.18.11/8fcc3779ff85fae5164cd1b977798ca1af388e06/byte-buddy-1.18.11.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.18.11/82212e5b3633e7a65fca8bec525762cfb6c9bae4/byte-buddy-agent-1.18.11.jar:/home/runner/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.21.0/d95f998db5f89900fe895daf6cd2cddcb2f1d64b/commons-codec-1.21.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.opencsv/opencsv/5.12.0/bc55d53c0961f8b191c96276e778a9ec67f7dd58/opencsv-5.12.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-text/1.15.0/9899093aa40f0199d6c39b131b8f087cdb37e399/commons-text-1.15.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.20.0/65897b3e5731220962e659e001904af3c3cbeba9/commons-lang3-3.20.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.3.6/63e78ca6cd446c0ad166d14f03ed99e7efb3896d/commons-logging-1.3.6.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.13.2/48b8230771e573b54ce6e867a9001e75977fe78e/gson-2.13.2.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest/3.0/8fd9b78a8e6a6510a078a9e30e9e86a6035cfaf7/hamcrest-3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.14/1194890e6f56ec29177673f2f12d0b8e627dec98/httpclient-4.5.14.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.xml.bind/jakarta.xml.bind-api/4.0.5/161811f36cad3c65991502e80317f2f6703361df/jakarta.xml.bind-api-4.0.5.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.activation/jakarta.activation-api/2.1.4/9e5c2a0d75dde71a0bedc4dbdbe47b78a5dc50f8/jakarta.activation-api-2.1.4.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.servlet/jakarta.servlet-api/6.1.0/1169a246913fe3823782af7943e7a103634867c5/jakarta.servlet-api-6.1.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.samskivert/jmustache/1.16/979c7145a406b83bf28da32531f88a34c2d2919c/jmustache-1.16.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.minidev/json-smart/2.6.0/5f858a43a325a8673da6869ab2bc787a1bcb2244/json-smart-2.6.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-observation/1.17.1/24c0b05bc06a9ab6f4e09a48949b6eccc179ca15/micrometer-observation-1.17.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-commons/1.17.1/b1c3fdea68c5a81495cf1c16cf2905c5ad9f30d2/micrometer-commons-1.17.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.projectreactor.netty/reactor-netty-core/1.3.7/42009d5b7d7ff404beaeab3f86dc40bb0cfc8a58/reactor-netty-core-1.3.7.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.projectreactor/reactor-core/3.8.7/cf54bb43d59d6bb9b3ba5c160c975d4a18f351ab/reactor-core-3.8.7.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.jspecify/jspecify/1.0.1/3d60fd98eb8ade73004f4195c37b6317e02cf3d7/jspecify-1.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-core/1.5.38/7b1d133b29bf42ff268cf3f71d1308b80480fb8d/logback-core-1.5.38.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.reactivestreams/reactive-streams/1.0.4/3864a1320d97d7b045f729a326e1e077661f31b7/reactive-streams-1.0.4.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-named-locks/1.9.27/72c89ad87be374309a7308ee144949360ed482e8/maven-resolver-named-locks-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.18/78a9e7a37cd6360e0b818e86341b24123d28d4df/slf4j-api-2.0.18.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/2.6/2bc14918a2f8d5414749ab12d0c590cd3198b8c1/snakeyaml-2.6.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http2/4.2.17.Final/cf440d723f9679df95a1c5b89dbff8867deee41e/netty-codec-http2-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http3/4.2.17.Final/33d1459544fcc35f58cb307b47106d447cccb125/netty-codec-http3-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler-proxy/4.2.17.Final/17f50f65e784e1cc2ddc5bbe30fdaa1193f93265/netty-handler-proxy-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http/4.2.17.Final/67610763a8f351161a9bad705a83e9a96a49e92f/netty-codec-http-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns-native-macos/4.2.17.Final/fc5e5b282fe7f90dfd5b2e2fc0e74618ab9e391/netty-resolver-dns-native-macos-4.2.17.Final-osx-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns-classes-macos/4.2.17.Final/f2d1c08d8b7a9125ce5aa494d67bbacd517bc0bd/netty-resolver-dns-classes-macos-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns/4.2.17.Final/1f42702711fab2b44e8aa8be4ccbd23441ea9024/netty-resolver-dns-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.2.17.Final/f7283f9f4bc6ceb16568aaf0a8038d5eaf284d3f/netty-transport-native-epoll-4.2.17.Final-linux-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-compression/4.2.17.Final/ac6829387c962174e2efbcc94e833c9524ca1459/netty-codec-compression-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/6bd5c6f3c896cb23810de68847b583d5b1f09854/netty-codec-native-quic-4.2.17.Final-linux-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/5c68175f8e6b6cf17289ba290838f0eb9b47f89/netty-codec-native-quic-4.2.17.Final-linux-aarch_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/b13384f2dbb7d9acf6a865c113c1936cff2b6f7b/netty-codec-native-quic-4.2.17.Final-osx-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/f9bdbd8ac5d4607f4a9eae29ba9b6731a97c872/netty-codec-native-quic-4.2.17.Final-osx-aarch_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/3b92055f779d7cf5214fce7c0cc3ce12a8d53f5c/netty-codec-native-quic-4.2.17.Final-windows-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-classes-quic/4.2.17.Final/29e7763142b0221d412ea7c8d4f0cc1c08bfb526/netty-codec-classes-quic-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.2.17.Final/ed53dae90d09306b42bc886fa292510abdf5c5dc/netty-handler-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-dns/4.2.17.Final/300fd8d673cf801b36bfae0f2557d46ebc9658e5/netty-codec-dns-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-socks/4.2.17.Final/ff173f7fff8473232eaa89a915d75af38b2bef48/netty-codec-socks-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-base/4.2.17.Final/7034de26b574322f365c790b9d6eb0634edab854/netty-codec-base-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-classes-epoll/4.2.17.Final/ac30be5ef672aa7a213c7753ed803eeaf2943783/netty-transport-classes-epoll-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-unix-common/4.2.17.Final/c404f2366b51136d4a2fde678eec95be6d10ca16/netty-transport-native-unix-common-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport/4.2.17.Final/34335dc106caa0aefc242900d38ade65c8de64f4/netty-transport-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-buffer/4.2.17.Final/daba397ff4ce7b22f6ac1e1f419e6e7754c135be/netty-buffer-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver/4.2.17.Final/6cba9d93bb06297cef0b7ac34e3873b6a25b4e3b/netty-resolver-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.2.17.Final/57fa9e9af0bf70530e2fe1c8c8d6138f9167cf7a/netty-common-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.vaadin.external.google/android-json/0.0.20131108.vaadin1/fa26d351fe62a6a17f5cda1287c1c6110dec413f/android-json-0.0.20131108.vaadin1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-collections4/4.5.0/e5cf89f0c6e132fc970bd9a465fdcb8dbe94f75a/commons-collections4-4.5.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.22.0/5b1e18bc0ad651ed878029d83f88d9c8189fd51e/commons-io-2.22.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.21/b1bc1868bf02dc0bd6c7836257a036a331005309/jackson-annotations-2.21.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-core/1.7.0/4779014a044c3c300d8ec36eb2a51ecb7541887/prometheus-metrics-core-1.7.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-exposition-textformats/1.7.0/c94fc72615c1943e01e4bf4a8451a9c7e91ac213/prometheus-metrics-exposition-textformats-1.7.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-model/1.7.0/d953f718cf1f62af34f7bf2545645c1f6f4698d5/prometheus-metrics-model-1.7.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-config/1.7.0/739329fa28a2372515f14c875d4012b32e17df09/prometheus-metrics-config-1.7.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-tracer-common/1.7.0/2feee6463c9ad7a6ef142020c3379835ffeb6701/prometheus-metrics-tracer-common-1.7.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model/3.9.13/26c1ad1d305ee6d3e3b0e81bb8124d3fb4c52030/maven-model-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-repository-metadata/3.9.13/dcb8ae5f9954a9a798588a96aec1b94436f4cf73/maven-repository-metadata-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.9.13/84700887f5cace819b2d5020b04f18317c57f812/maven-artifact-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.6.0/e8bc129728f22671a36fff3b604edcd39073a7b1/plexus-utils-3.6.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-interpolation/1.29/5dd1b1fbaca263ad5baa169fbd8e804c789c9db5/plexus-interpolation-1.29.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-builder-support/3.9.13/fda379b97d5acd4caa4ae2707032f74959993fc6/maven-builder-support-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.minidev/accessors-smart/2.6.0/2d96f1d9b6ab7f13261aa81b15703574185747a0/accessors-smart-2.6.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.9.1/2ceea6ab43bcae1979b2a6d85fc0ca429877e5ab/asm-9.9.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hdrhistogram/HdrHistogram/2.2.2/7959933ebcc0f05b2eaa5af0a0c8689fa257b15c/HdrHistogram-2.2.2.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.objenesis/objenesis/3.3/1049c09f1de4331e8193e579448d0916d75b7631/objenesis-3.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.thoughtworks.qdox/qdox/2.2.0/39651eb3ce73d6e506490ea352e1e13eab6b55e8/qdox-2.2.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.41.0/4381275efdef6ddfae38f002c31e84cd001c97f0/error_prone_annotations-2.41.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.opentest4j/opentest4j/1.3.0/152ea56b3a72f655d4fd677fc0ef2596c3dd5e6e/opentest4j-1.3.0.jar"
},
"java.vm.vendor" : {
"value" : "BellSoft"
}
}
}, {
"name" : "systemEnvironment",
"properties" : {
"JAVA_HOME" : {
"origin" : "System Environment Property \"JAVA_HOME\"",
"value" : "/opt/hostedtoolcache/Java_Liberica_jdk/25.0.4-9/x64"
}
}
}, {
"name" : "Config resource 'class path resource [org/springframework/boot/actuate/docs/env/application.properties]' via location 'classpath:/org/springframework/boot/actuate/docs/env/'",
"properties" : {
"com.example.cache.max-size" : {
"origin" : "class path resource [org/springframework/boot/actuate/docs/env/application.properties] - 1:29",
"value" : "1000"
}
}
}, {
"name" : "applicationInfo",
"properties" : { }
} ]
}
| Sanitization of sensitive values has been switched off for this example. |
Response Structure
The response contains details of the application’s Environment.
The following table describes the structure of the response:
| Path | Type | Description |
|---|---|---|
|
|
Names of the active profiles, if any. |
|
|
Names of the default profiles, if any. |
|
|
Property sources in order of precedence. |
|
|
Name of the property source. |
|
|
Properties in the property source keyed by property name. |
|
|
Value of the property. |
|
|
Origin of the property, if any. |
Retrieving a Single Property
To retrieve a single property, make a GET request to /actuator/env/{property.name}, as shown in the following curl-based example:
$ curl 'http://localhost:8080/actuator/env/com.example.cache.max-size' -i -X GET
The preceding example retrieves information about the property named com.example.cache.max-size.
The resulting response is similar to the following:
HTTP/1.1 200 OK
Content-Disposition: inline;filename=f.txt
Content-Type: application/vnd.spring-boot.actuator.v3+json
Content-Length: 722
{"activeProfiles":[],"defaultProfiles":["default"],"property":{"source":"Config resource 'class path resource [org/springframework/boot/actuate/docs/env/application.properties]' via location 'classpath:/org/springframework/boot/actuate/docs/env/'","value":"1000"},"propertySources":[{"name":"servletContextInitParams"},{"name":"systemProperties"},{"name":"systemEnvironment"},{"name":"Config resource 'class path resource [org/springframework/boot/actuate/docs/env/application.properties]' via location 'classpath:/org/springframework/boot/actuate/docs/env/'","property":{"origin":"class path resource [org/springframework/boot/actuate/docs/env/application.properties] - 1:29","value":"1000"}},{"name":"applicationInfo"}]}
| Sanitization of sensitive values has been switched off for this example. |
Response Structure
The response contains details of the requested property. The following table describes the structure of the response:
| Path | Type | Description |
|---|---|---|
|
|
Property from the environment, if found. |
|
|
Name of the source of the property. |
|
|
Value of the property. |
|
|
Names of the active profiles, if any. |
|
|
Names of the default profiles, if any. |
|
|
Property sources in order of precedence. |
|
|
Name of the property source. |
|
|
Property in the property source, if any. |
|
|
Value of the property. |
|
|
Origin of the property, if any. |