Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.41 KB

orgOSWindows_add.rst

File metadata and controls

59 lines (42 loc) · 1.41 KB

orgOSWindows_add

POST /orgs/{oid}/distributions/{did}/goldens

Summary

  • Method: POST
  • Response Code: 201
  • Response Formats: application/xml application/json
  • Since: UForge 3.5.1

Adds a new Microsoft Windows base machine image (golden image) to a Microsoft Windows operating system. This operating system is registered to an organization. This uploads the golden image to the platform.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

URI Parameters

  • oid (required): the id of the org-object
  • did (required): the id of the distribution-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/distributions/{did}/goldens" -X POST \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • distribution-object
  • license-object
  • org-object
  • orgCompany-getAll
  • orgMember-getAll
  • orgMember-remove
  • orgMember-update
  • orgOSWindows-delete
  • orgOSWindows-getAll
  • orgOS-add
  • orgOS-getAll
  • orgOS-update
  • user-object
  • windowsprofile-object