get_service_template_detail
サービス・テンプレートの詳細を取得します。
書式
emcli get_service_template_detail -name="<Service_Template_name>" -service_family="<Service_family_name>" [ ] indicates that the parameter is optional
オプション
-
name
既存のサービス・テンプレートの名前。
-
service_family
サービス・テンプレートが属するサービス・ファミリ。たとえば、データベースの場合はDBAAS、ミドルウェアの場合はMWAASです。
例
emcli clear_problem -problem_key="ORA-600" -target_type="oracle_database"-preview
次のような出力が表示されます。
Name Middleware service template August Service Family MWAAS Description Middleware small instance service template Roles CLOUD_USER_ROLE_1 Software Pools mwaas_zone:pool1 Configurations { "type" : "CDP" "serviceFamily" : "MWAAS", "payloads": null, "configurations" : [ { "name" : "WebLogic Username *", "value" : "weblogic", "id" : "wlsUserName", "displayName" : null, "description" : "Username for the WebLogic Server", "values" : null, "required" : false, "secret" : false, "subconfigurations" : null }, { "name" : "WebLogic Password *", "value" : "Welcome_123", "id" : "wlsUserPassword", "displayName" : null, "description" : "Password for the WebLogic Server", "values" : null, "required" : false, "secret" : true, "subconfigurations" : null },{ "name" : "Topology", "value" : "1", "id" : "topology", "displayName" : null, "description" : "Enter 1 for single cluster, 0 for no cluster. For physical provisioning it is auto populated based on the profile selected. For virtual provisioning it is defaulted to 1. Please change based on the actual topology of the assembly. ", "values" : null, "required" : false, "secret" : false, "subconfigurations" : null },
この例ではすべての構成が表示されるわけではないことに注意してください。