Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
L'API Modules fornisce funzioni che restituiscono informazioni sull'ambiente operativo corrente (modulo, versione ed istanza).
L'API Modules dispone anche di funzioni che recuperano l'indirizzo di un modulo, di una
versione o di un'istanza. In questo modo un'applicazione può inviare richieste da un'istanza all'altra, sia negli ambienti di sviluppo che di produzione.
L'ID istanza di un modulo con scalabilità automatica verrà restituito come valore unico codificato in base64, ad esempio e4b565394caa.
Puoi comunicare tra i moduli della stessa app recuperando il nome host del modulo di destinazione:
[[["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-04-03 UTC."],[[["The Modules API offers functions to get information about the current operating environment, including module, version, and instance."],["This API can be used to get the address of a module, version, or instance, allowing requests to be sent between instances."],["The Modules API is designed for first-generation runtimes and provides information for upgrading to the corresponding second-generation runtimes."],["For automatic scaled modules, the instance ID is returned as a unique base64 encoded value."],["Communication between modules can be achieved by fetching the target module's hostname or by using the URL Fetch service."]]],[]]