Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

         e.g.: To create a service offering with GPU Passthrough support:
                http://localhost:8080/client/api?command=createServiceOffering&serviceofferingdetails\[0\].key=pciDevice&serviceofferingdetails\[0\].value=gpuPassthrough&response=json&.........

                To create a service offering with vGPU support:
                http://localhost:8080/client/api?command=createServiceOffering&serviceofferingdetails\[1\].key=pciDevice&serviceofferingdetails\[1\].value=VGPU&serviceofferingdetails\[2\].key=vgpuType&serviceofferingdetails\[2\].value=GRID%20K260Q&response=json........

...