get_paas_zone_detail

Retrieves the PaaS Infrastructure Zone details.

Format

emcli get_paas_zone_detail
      -name="<Name of PaaS Zone>"

Options

  • name

    Name of the existing PaaS Infrastructure Zone

Example

This example retrieves the PaaS Infrastructure Zone details for My PaaS Zone:

emcli get_paas_zone_detail
    -name="My PaaS Zone"

It displays the following information:

Name                            My PaaS Zone 
Description                     This is a test PaaS Zone 
Named Credentials               ZoneNamedCredentials 
Number of Hosts                 2 
Roles                           CLOUD_ADMIN_ROLE 
Maximum Memory Allocation (%)   75 
Maximum CPU Utilization (%)     85 

Note:

To retrieve the members of this PaaS Infrastructure Zone, run:

emcli get_system_members -name="My PaaS Zone" -type="self_service_zone"