Cloud Deployment Manager dejará de estar disponible el 31 de diciembre de 2025. Si actualmente usas Deployment Manager, migra a Infrastructure Manager o a una tecnología de implementación alternativa antes del 31 de diciembre de 2025 para asegurarte de que tus servicios continúen sin interrupciones.
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Puedes utilizar las bibliotecas de Python en las plantillas de Python. Deployment Manager sube y ejecuta el código de Python en las plantillas en un entorno seguro.
Puedes utilizar bibliotecas que sean compatibles con Deployment Manager, y que se enumeran a continuación. Para utilizar una biblioteca de Python diferente, importa toda la fuente de la biblioteca en la plantilla.
Bibliotecas compatibles
Deployment Manager admite bibliotecas de Python específicas que puedes utilizar en las plantillas. Estas bibliotecas incluyen lo siguiente:
Si deseas importar bibliotecas que no se admiten de manera explícita, importa la biblioteca mediante el nombre de archivo. Esta opción resulta útil, en especial si deseas importar tus propios métodos auxiliares. Las mismas restricciones para las llamadas al sistema se aplican también a las bibliotecas personalizadas.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-09 (UTC)"],[[["Python libraries can be used within Python templates in Deployment Manager, which runs the code in a secure environment."],["Deployment Manager supports specific Python libraries, such as `base64`, `collections`, `json`, `math`, `yaml`, and others."],["To utilize unsupported libraries, you can import the full library source file directly into your template."],["System or network calls are strictly prohibited in templates, including any system call functionality within the supported libraries, and will result in rejection."],["Custom libraries are allowed but must also follow the restrictions preventing system or network calls."]]],[]]