Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie lesen gerade die Dokumentation zu Apigee und Apigee Hybrid.
Für dieses Thema gibt es keine entsprechende Apigee Edge-Dokumentation.
Die buildinfo API gibt Informationen zum aktuellen Build für eine Laufzeitkomponente zurück. Diese Informationen sind hilfreich, wenn Sie sich an den Support wenden:
Führen Sie den folgenden Befehl aus, um Port 8084 weiterzuleiten. Auf diese Weise können Sie die API im Pod aufrufen:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-28 (UTC)."],[[["\u003cp\u003eThis documentation specifically pertains to Apigee hybrid users and does not have an equivalent for Apigee Edge.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebuildinfo\u003c/code\u003e API is used to retrieve information about the current build of a runtime component within Apigee hybrid.\u003c/p\u003e\n"],["\u003cp\u003eTo access the \u003ccode\u003ebuildinfo\u003c/code\u003e API, you must first forward to port 8843 using a \u003ccode\u003ekubectl\u003c/code\u003e command to call the API from within the pod.\u003c/p\u003e\n"],["\u003cp\u003eThe information returned by the API includes details such as the SCM branch, release ID, revision, RPM name, build number, and timestamp.\u003c/p\u003e\n"]]],[],null,["# Print build info\n\n*You're viewing **Apigee** and **Apigee hybrid** documentation.\nThere is no equivalent\n[Apigee Edge](https://docs.apigee.com/api-platform/get-started/get-started) documentation for this topic.*\n*| **Note:** This document is applicable for Apigee hybrid users only.\nThe `buildinfo` API returns information about the current build for a\nruntime component. This information may be\nuseful if you need to contact support:\n1. Execute the following command to forward to port 8843. This allows you to call the API in the pod:\n```\nkubectl port-forward -n namespace apigee-runtime-pod-name 8843:8843\n```\n2. Call the buildinfo API:\n```\ncurl -v https://0:8843/v1/buildinfo -k\n\nSCM_BRANCH=origin/Hybrid_190912\nRELEASE_ID=190912_01\nSCM_REVISION=aea312cc3026e13fe4b27424a276b1a83c38a8aa\nRPM_NAME=apigee-rpm-1.0.0.20272.aea312cc3.1909130337-190912_01\nBUILD_NUMBER=20272\nBUILD_TIMESTAMP=1568346068541\n```*"]]