Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.43 KB

winServices_get.rst

File metadata and controls

61 lines (44 loc) · 1.43 KB

winServices_get

GET /distributions/{id}/profiles/{prid}/services/{sid}

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.fp3

Retrieves a windows service.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • prid (required): the id of the windowsprofile-object
  • id (required): the id of the distribution-object
  • sid (required): the id of the winservice-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}/profiles/{prid}/services/{sid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceOSProfileApplications-getAll
  • applianceOSProfileServices-getAll
  • distribprofile-object
  • distribution-object
  • osTemplatePkgs-get
  • osTemplate-create
  • osTemplate-delete
  • osTemplate-get
  • osTemplate-getAll
  • osTemplate-update
  • winApplications-get
  • winApplications-getAll
  • winServices-getAll
  • windowsprofile-object