Revision c744425f doc/rapi.rst

b/doc/rapi.rst
328 328

  
329 329
``instance-create-reqv1``
330 330
  Instance creation request data version 1 supported.
331
``instance-reinstall-reqv1``
332
  Instance reinstall supports body parameters.
331 333

  
332 334

  
333 335
``/2/instances``
......
570 572
``POST``
571 573
~~~~~~~~
572 574

  
573
Takes the parameters ``os`` (OS template name) and ``nostartup`` (bool).
575
Returns a job ID.
576

  
577
Body parameters:
578

  
579
``os`` (string, required)
580
  Instance operating system.
581
``start`` (bool, defaults to true)
582
  Whether to start instance after reinstallation.
583
``osparams`` (dict)
584
  Dictionary with (temporary) OS parameters.
585

  
586
For backwards compatbility, this resource also takes the query
587
parameters ``os`` (OS template name) and ``nostartup`` (bool). New
588
clients should use the body parameters.
574 589

  
575 590

  
576 591
``/2/instances/[instance_name]/replace-disks``

Also available in: Unified diff