Print build info

You are currently viewing version 1.1 of the Apigee hybrid documentation.This version is end of life. You should upgrade to a newer version. For more information, seeSupported versions.

Thebuildinfo API returns information about the current build for a runtime component. This information may be useful if you need to contact support:

  1. Execute the following command to forward to port 8843. This allows you to call the API in the pod:
    kubectl port-forward -nnamespaceapigee-runtime-pod-name 8843:8843
  2. Call the buildinfo API:
    curl -v https://0:8843/v1/buildinfo -k    SCM_BRANCH=origin/Hybrid_190912    RELEASE_ID=190912_01    SCM_REVISION=aea312cc3026e13fe4b27424a276b1a83c38a8aa    RPM_NAME=apigee-rpm-1.0.0.20272.aea312cc3.1909130337-190912_01    BUILD_NUMBER=20272    BUILD_TIMESTAMP=1568346068541

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-05 UTC.