Actuator Endpoint - SBOM

The sbom endpoint provides information about the software bill of materials (SBOM).


The resulting response is similar to the following:

1
2
3
4
5
6
7
HTTP/1.1 200 OK
Content-Type: application/vnd.spring-boot.actuator.v3+json
Content-Length: 31

{
    "ids" : [ "application" ]
}