Hi,all
When I Create a new ServiceOffing,I enroll the the host tags with "def"
and storage tags with "abc",and I get the url
with firebug as follow:
http://10.6.159.69:8080/client/api
?command=createServiceOffering
&issystem=false
&name=test1
&displaytext=test1
&storageType=shared
&cpuNumber=1
&cpuSpeed=1.5
&memory=1500
&networkrate=100
&offerha=false
&tags=abc
&hosttags=def
&limitcpuuse=false
&response=json
&sessionkey=2Bbor2Qg5LEZDCwQAcxch6TvCQw%3D
&_=1347959260588
the following page is the documentation of CreateServiceOffing:
http://download.cloud.com/releases/3.0.0/api_3.0.0/root_admin/createServiceOffering.html
as it list, the parameter tags' description is
tags:the tags for this service offering.
but in the ui,It means storage tags.
which is right?the documentation or the UI?