Carga de un Parche Personalizado
Cargue un parche personalizado en Object Storage. Los parches cargados se pueden aplicar a destinos de recursos o directorios raíz de productos relevantes en Fleet Application Management.
Los parches personalizados se cargan y se muestran en la página Parches. Utilice el comando y los parámetros oci flota-apps-management flota-apps-management-operations patch create para cargar un parche personalizado:
oci fleet-apps-management fleet-apps-management-operations patch create --artifact-details <json_file_or_string> --compartment-id <compartment_OCID> --name <text> --patch-type <json_file_or_string> --product <json_file_or_string> --severity <text> --time-released <datetime> [OPTIONS]
Utilice el comando oci flota-apps-management conjunto-apps-management-operations patch create-patch-generic-artifact-details y los parámetros para cargar un parche genérico:
oci fleet-apps-management fleet-apps-management-operations patch create-patch-generic-artifact-details --artifact-details-artifact <json_file_or_string> --compartment-id <compartment_OCID> --name <text> --patch-type <json_file_or_string> --product <json_file_or_string> --severity <text> --time-released <datetime> [OPTIONS]
Utilice el comando oci flota-apps-management conjunto-apps-management-operations patch create-patch-generic-artifact-details y los parámetros para cargar un parche específico de la plataforma:
oci fleet-apps-management fleet-apps-management-operations patch create-patch-platform-specific-artifact-details --artifact-details-artifacts <json_file_or_string> --compartment-id <compartment_OCID> --name <text> --patch-type <json_file_or_string> --product <json_file_or_string> --severity <text> --time-released <datetime> [OPTIONS]
Para obtener una lista completa de los indicadores y las opciones de variables para los comandos de la CLI de Fleet Application Management, consulte la CLI for Fleet Application Management.
Ejecute la operación CreatePatch con parámetros para cargar un parche personalizado.