カスタム・パッチのアップロード
カスタム・パッチをオブジェクト・ストレージにアップロードします。アップロードされたパッチは、フリート・アプリケーション管理の関連するリソース・ターゲットまたは製品ホームに適用できます。
カスタム・パッチがアップロードされ、「パッチ」ページにリストされます。 oci fleet-apps-management fleet-apps-management-operations patch createコマンドおよびパラメータを使用して、カスタム・パッチをアップロードします:
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]
汎用パッチをアップロードするには、ocileet-apps-management fleet-apps-management-operations patch create-patch-generic-artifact-detailsコマンドおよびパラメータを使用します:
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]
プラットフォーム固有のパッチをアップロードするには、ocileet-apps-management fleet-apps-management-operations patch create-patch-generic-artifact-detailsコマンドおよびパラメータを使用します:
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]
フリート・アプリケーション管理CLIコマンドのフラグおよび変数オプションの完全なリストは、フリート・アプリケーション管理用のCLIを参照してください。
カスタム・パッチをアップロードするには、パラメータを指定してCreatePatch操作を実行します。