[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eThe Apigee hybrid documentation version 1.1 is end of life and should be upgraded to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebuildinfo\u003c/code\u003e API provides build information for a runtime component, which can be helpful when contacting support.\u003c/p\u003e\n"],["\u003cp\u003eTo access the \u003ccode\u003ebuildinfo\u003c/code\u003e API, you must first forward traffic to port 8843 using a \u003ccode\u003ekubectl\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eAfter forwarding the port, you can use a \u003ccode\u003ecurl\u003c/code\u003e command to call the \u003ccode\u003ebuildinfo\u003c/code\u003e API and retrieve details such as \u003ccode\u003eSCM_BRANCH\u003c/code\u003e, \u003ccode\u003eRELEASE_ID\u003c/code\u003e, and \u003ccode\u003eBUILD_TIMESTAMP\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Print build info\n\n| 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, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\n\nThe `buildinfo` API returns information about the current build for a\nruntime component. This information may be\nuseful if you need to contact support: \n\n1. Execute the following command to forward to port 8843. This allows you to call the API in the pod: \n\n ```\n kubectl port-forward -n namespace apigee-runtime-pod-name 8843:8843\n ```\n2. Call the buildinfo API: \n\n ```\n curl -v https://0:8843/v1/buildinfo -k\n\n SCM_BRANCH=origin/Hybrid_190912\n RELEASE_ID=190912_01\n SCM_REVISION=aea312cc3026e13fe4b27424a276b1a83c38a8aa\n RPM_NAME=apigee-rpm-1.0.0.20272.aea312cc3.1909130337-190912_01\n BUILD_NUMBER=20272\n BUILD_TIMESTAMP=1568346068541\n ```"]]