get_service_template_detail

Retrieves the Service Template details.

Format

emcli get_service_template_detail
        -name="<Service_Template_name>"
        -service_family="<Service_family_name>"

[ ]  indicates that the parameter is optional

Options

  • name

    Name of the existing Service Template.

  • service_family

    Service family to which the Service Template belongs. Examples: DBAAS for Database, and MWAAS for Middleware.

Examples

emcli clear_problem 
      -problem_key="ORA-600" 
      -target_type="oracle_database"-preview

displays the following output:

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
}, 

Note that all configurations are not shown in the example above.