L'API buildinfo restituisce informazioni sulla build corrente per un componente di runtime. Queste informazioni possono essere utili se devi contattare l'assistenza:
Esegui il comando seguente per inoltrare alla porta 8843. In questo modo puoi chiamare l'API nel pod:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-21 UTC."],[[["The Apigee hybrid documentation version 1.6 is end of life and requires an upgrade to a newer version."],["The `buildinfo` API provides build information for runtime components, which can be useful when contacting support."],["To access the API, you must first forward traffic to port 8843 of the apigee-runtime pod, by executing `kubectl port-forward -n namespace apigee-runtime-pod-name 8843:8843`."],["You can call the API by using `curl -v https://0:8843/v1/buildinfo -k`."],["The `buildinfo` API response contains several details including `SCM_BRANCH`, `RELEASE_ID`, and `BUILD_TIMESTAMP`."]]],[]]