List image registration status
Description
Lists virtual server templates.
Request
Header
Accept: application/xml
X-Auth-Token: Keystone token
Method
GET
Path
/templates/l_servers
Query
Argument name | Description |
---|---|
verbose | To retrieve only some of the information, specify "false", or to retrieve all of the information, specify "true". If omitted, "false" is used. |
Body
n/a
Response
Status code
200 OK
Body
If verbose=false:
<LServerTemplates>
<LServerTemplate name="virtualServerTempl1"/>
<LServerTemplate name="virtualServerTempl2"/>
</LServerTemplates>
If verbose=true:
<LServerTemplates>
<LServerTemplate name="virtualServerTemplName1">
<CPU>
<CPUPerf>cpuPerformance</CPUPerf>
<NumOfCPU>numOfCpus</NumOfCPU>
</CPU>
<Memory>
<MemorySize>memSize</MemorySize>
</Memory>
</LServerTemplate>
<LServerTemplate name="virtualServerTempl2">
... (information about 2nd template)
</LServerTemplate>
</LServerTemplates>
Item | Description | Details |
---|---|---|
virtualServer TemplName | Name of the virtual server template | String of up to 32 characters, which may contain halfwidth alphanumeric characters, underscores (_) and hyphens(-), and starts with a halfwidth letter. |
cpuPerformance | CPU performance allocated to the virtual server | Number with up to one decimal place, in GHz |
numOfCpus | Number of CPUs allocated to the virtual server | Integer greater than 0 |
memSize | Amount of memory allocated to the virtual server | Number with up to one decimal place, in GB |