Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.26 KB

orgOSWindows_getAll.rst

File metadata and controls

60 lines (43 loc) · 1.26 KB

orgOSWindows_getAll

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

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.5.1

Retrieves all the machine images (golden images) that have been registered for a Microsoft Windows operating system.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

URI Parameters

  • oid (optional):
  • did (optional):

HTTP Request Body Parameters

None

Example Request

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